body {
  background-color: #FFFFFF;
  opacity: 1;
  width: 100%;
  height: 100%;
  font-family: "Noto Serif JP", serif;
  color: #1D3348;
}

.responsive {
  width: 100%;
  height: auto;
}

.popup-contents {
  width: 100% !important;
  height: 100%;
  min-height: 100%;
  margin: auto;
  position: relative;
  display: block;
}
.popup-contents a:hover {
  opacity: 0.7;
}
.popup-contents .image {
  width: 50%;
  height: 100%;
  float: left;
  background-image: url("/images/burger-menu/bg_menu.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.popup-contents .image .logo {
  width: 25%;
  margin: 40px auto;
}
.popup-contents .image .photo {
  width: 87.6%;
  max-width: 570px;
  height: auto;
  margin: auto;
}
.popup-contents .link_wrap {
  width: 50%;
  float: right;
  padding-top: 40px;
}
.popup-contents .link_wrap .link_contents {
  width: 79%;
  height: 100%;
  margin: 0 auto;
}
.popup-contents .link_wrap .link_contents .bt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 24px;
}
.popup-contents .link_wrap .link_contents .bt .bt_left,
.popup-contents .link_wrap .link_contents .bt .bt_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 49%;
  padding: 0.5em 0.3em 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #92979b;
  font-size: 1vw;
  font-weight: 400;
  text-align: left;
}
.popup-contents .link_wrap .link_contents .bt .bt_left img,
.popup-contents .link_wrap .link_contents .bt .bt_right img {
  width: 9%;
  margin-right: 10px;
}
.popup-contents .link_wrap .link_contents .bt .bt_left span,
.popup-contents .link_wrap .link_contents .bt .bt_right span {
  display: block;
  text-align: left;
  word-break: keep-all;
}
.popup-contents .link_wrap .link_contents .bt_product_wrap {
  width: 100%;
  margin-bottom: 1em;
}
.popup-contents .link_wrap .link_contents .bt_product_wrap .bt_product {
  width: 50%;
  float: left;
  position: relative;
}
.popup-contents .link_wrap .link_contents .bt_product_wrap .bt_product:last-child {
  width: 100%;
  float: left;
}
.popup-contents .link_wrap .link_contents .bt_product_wrap .bt_product:last-child img {
  width: 20%;
  float: left;
}
.popup-contents .link_wrap .link_contents .bt_product_wrap .bt_product:hover {
  opacity: 0.7;
}
.popup-contents .link_wrap .link_contents .bt_product_wrap .bt_product a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.popup-contents .link_wrap .link_contents .bt_product_wrap .bt_product img {
  width: 40%;
  float: left;
  max-width: 104px;
}
.popup-contents .link_wrap .link_contents .bt_product_wrap .bt_product .text {
  padding-top: 1.5em;
}
.popup-contents .link_wrap .link_contents .bt_product_wrap .bt_product .ja {
  display: block;
  font-size: 1.2vw;
  font-weight: 600;
}
.popup-contents .link_wrap .link_contents .bt_product_wrap .bt_product .en {
  color: #585858;
  display: block;
  font-size: 1vw;
}
.popup-contents .link_wrap .link_contents .bannar {
  width: 64.3%;
  margin: 10px auto 3%;
}
.popup-contents .link_wrap .link_contents .text_link {
  text-align: center;
  margin-bottom: 3%;
}
.popup-contents .link_wrap .link_contents .text_link a {
  font-size: 1vw;
  padding: 0 1em;
  text-decoration: underline;
  color: #1D3348 !important;
}
.popup-contents .link_wrap .link_contents .contact {
  width: 80%;
  margin: 0 auto 3%;
  text-align: center;
  display: block;
  border: 1px solid #92979b;
  font-size: 1vw;
  padding: 0.5em 0;
  font-weight: 400;
  color: #1D3348 !important;
}
.popup-contents .link_wrap .link_contents .logo_link {
  width: 225px;
  margin: 0 auto;
}
.popup-contents .link_wrap .link_contents .logo_link .left {
  width: 120px;
  float: left;
}
.popup-contents .link_wrap .link_contents .logo_link .right {
  width: 52px;
  float: right;
}

@media screen and (max-width: 640px) {
  .popup-contents {
    height: 100%;
    padding-bottom: 52px;
  }
  .popup-contents a:hover {
    opacity: 1;
  }
  .popup-contents .image {
    width: 100%;
    height: auto;
    float: none;
    background: none;
  }
  .popup-contents .image .logo {
    width: 28%;
    margin: 40px auto 20px;
  }
  .popup-contents .image .photo {
    display: none;
  }
  .popup-contents .link_wrap {
    width: 100%;
    height: auto;
    float: none;
    padding-top: 0px;
    margin: 0 auto;
  }
  .popup-contents .link_wrap .link_contents {
    width: 85.3%;
    height: auto;
  }
  .popup-contents .link_wrap .link_contents .bt {
    display: block;
    height: auto;
    margin-bottom: 10px;
  }
  .popup-contents .link_wrap .link_contents .bt .bt_left,
  .popup-contents .link_wrap .link_contents .bt .bt_right {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    height: 50px;
    padding: 10px 10%;
    font-size: 14px;
    line-height: 30px;
  }
  .popup-contents .link_wrap .link_contents .bt .bt_left img,
  .popup-contents .link_wrap .link_contents .bt .bt_right img {
    width: 30px;
  }
  .popup-contents .link_wrap .link_contents .bt .bt_left {
    margin: 0 0 3px 0;
  }
  .popup-contents .link_wrap .link_contents .bt .bt_right {
    margin: 0 0 10px;
  }
  .popup-contents .link_wrap .link_contents .bt_product_wrap {
    height: auto;
  }
  .popup-contents .link_wrap .link_contents .bt_product_wrap .bt_product {
    width: 100%;
    height: auto;
    position: none;
    margin-bottom: 0px;
  }
  .popup-contents .link_wrap .link_contents .bt_product_wrap .bt_product:last-child {
    margin-bottom: 10px;
  }
  .popup-contents .link_wrap .link_contents .bt_product_wrap .bt_product:last-child img {
    width: 25.6%;
  }
  .popup-contents .link_wrap .link_contents .bt_product_wrap .bt_product:hover {
    opacity: 1;
  }
  .popup-contents .link_wrap .link_contents .bt_product_wrap .bt_product img {
    width: 25.6%;
  }
  .popup-contents .link_wrap .link_contents .bt_product_wrap .bt_product .text {
    padding-top: 1.5em;
  }
  .popup-contents .link_wrap .link_contents .bt_product_wrap .bt_product .ja {
    font-size: 4vw;
  }
  .popup-contents .link_wrap .link_contents .bt_product_wrap .bt_product .en {
    font-size: 3vw;
  }
  .popup-contents .link_wrap .link_contents .bannar {
    width: 100%;
    margin: 10px auto 20px;
  }
  .popup-contents .link_wrap .link_contents .text_link {
    margin: 20px auto 30px;
  }
  .popup-contents .link_wrap .link_contents .text_link a {
    font-size: 14px;
  }
  .popup-contents .link_wrap .link_contents .contact {
    width: 100%;
    margin: 0 auto 30px;
    font-size: 14px;
  }
  .popup-contents .link_wrap .link_contents .logo_link {
    width: 66%;
  }
  .popup-contents .link_wrap .link_contents .logo_link .left {
    width: 55%;
  }
  .popup-contents .link_wrap .link_contents .logo_link .right {
    width: 22%;
  }
}