@charset "UTF-8";
/* CSS Document */

.box {
  text-align: center;
  width: 640px;
  margin: 0 auto;
}

.box img {
  max-width: 100%;
}

.container {
  display: flex;
}

.container img {
  max-width: 50%;
}

iframe {
  width: 100%;
  max-width: 560px;
}

.pc {
  display: block !important;
}
.sp {
  display: none !important;
}

.blc_pd {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
  position: fixed;
  z-index: 1000;
  cursor: pointer;
}

.blc_pd .wrapper {
  width: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blc_pd .wrapper img.con {
  width: 100%;
}

.blc_pd img.icon {
  width: 40px;
  height: auto;
  position: absolute;
  right: 0;
  bottom: -40px;
  /*
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(263px, 265px);
  */
}

html.m_close,
body.m_close {
  height: auto !important;
  overflow: scroll;
}

@media screen and (min-width: 768px) and (max-width: 1040px) {
}

@media screen and (max-width: 767px) {
  .blc_pd .wrapper {
    width: 85vw;
  }
  /*
  .blc_pd img.icon {
    transform: none;
    left: auto;
    top: auto;
    right: 7vw;
    bottom: 26vh;
  }*/

  .box {
    width: auto;
  }

  .container {
    flex-direction: column;
  }
  .container img {
    max-width: 100%;
  }

  iframe {
    height: 56vw;
  }

  #main .lnkBlc {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    text-align: center;
    padding: 20px 0;
    background-color: #f5d1d5;
    width: 100%;
    z-index: 100;
  }

  #main .lnkBlc a {
    display: inline-block;
    color: #c90f27;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    padding-right: 25px;
    line-height: 1;
    width: auto;
    height: 100%;
  }

  #main .lnkBlc_sed {
    display: block;
    padding: 20px 0;
    width: 90%;
    margin: 0 auto;
    display: none !important;
  }

  #main .lnkBlc a .iconArrw {
    height: 16px;
    margin-left: 13px;
  }

  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
