html.modalset {
  overflow: hidden;
}

.modal_open {
  position: relative;
  cursor: pointer;
  z-index: 1000;
}

.modal_box {
  position: fixed;
  z-index: 77777;
  display: none;
  width: 95%;
  margin: 0 auto;
  padding: 20px 2vw 20px;
  border: 1px solid #aaa;
  text-align: center;
  background: #fff;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .modal_box {
    width: 80%;
    max-width: 1240px;
    padding: 60px 2vw 60px;
  }
}

.modal_container {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .modal_container {
    margin-top: 30px;
  }
}

.modal_inner {
  position: relative;
  text-align: center;
  width: 100%;
  max-width: 840px;
}

.modal_photo {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  max-width: 250px;
}
@media screen and (min-width: 768px) {
  .modal_photo {
    max-width: 760px;
    padding: 0 20px;
  }
}
.modal_photo img {
  position: relative;
  width: 100%;
}

.modal_back {
  position: relative;
  width: 100%;
  max-width: 16px;
}
@media screen and (min-width: 768px) {
  .modal_back {
    width: 30px;
  }
}
.modal_back img {
  position: relative;
  width: 100%;
  top: 40%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .modal_back img {
    top: 50%;
    transform: translateY(-50%);
  }
}

.modal_next {
  position: relative;
  width: 100%;
  max-width: 16px;
}
@media screen and (min-width: 768px) {
  .modal_next {
    width: 30px;
  }
}
.modal_next img {
  position: relative;
  width: 100%;
  top: 40%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .modal_next img {
    top: 50%;
    transform: translateY(-50%);
  }
}

.modal_close {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  width: 20px;
}
@media screen and (min-width: 768px) {
  .modal_close {
    width: 40px;
  }
}
.modal_close img {
  width: 100%;
}

.modal_text {
  color: #000000;
  font-feature-settings: "palt";
  font-family: UD Shin Go Rgular;
  font-size: 1.5em;
  line-height: 1.4;
  text-align: left;
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .modal_text {
    font-size: 1.6em;
    text-align: center;
    max-width: 760px;
  }
}

.modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 66666;
  display: none;
  width: 100%;
  height: 120%;
  background: url("../images/bg_dl_01.jpg") 50% 50% no-repeat;
  background-size: 100% 100%;
}

.link_area {
  overflow: hidden;
  max-width: 410px;
  margin: 60px auto 0;
  text-align: center;
}

.link_area .modal_link {
  display: inline;
}

.link_area .modal_link a {
  display: inline-block;
  width: 180px;
  color: #000;
  line-height: 2.5;
  text-decoration: none;
  margin: 0 10px;
  background: #e6e6e6;
}

.link-area ul li.modal_link:first-child a {
  float: left;
}

.link-area ul li.modal_link:last-child a {
  float: right;
}/*# sourceMappingURL=modal_slide.css.map */