html {
  height: 100%;
  overflow: visible;
}
body {
  height: 100%;
  overflow: visible;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
body.page-id-5962 {
  background-image: url(https://www.dc-pure.com/wp-content/themes/pure/img/instagram/insta-beauty_bg01.png);
}
body.page-id-5968 {
  background-image: url(https://www.dc-pure.com/wp-content/themes/pure/img/instagram/insta-ebisu_bg01.png);
}
body.page-id-5969 {
  background-image: url(https://www.dc-pure.com/wp-content/themes/pure/img/instagram/insta-isehara_bg01.png);
}
#wrapper {
  height: 100%
}
#container {
  height: 100%;
  padding: 0;
  background: none;
}
.insta_wrapper {
  /* width: 100vw; */
  height: 100%;
  /* background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed; */
}
/* .insta_wrapper--beauty {
  background-image: url(https://www.dc-pure.com/wp-content/themes/pure/img/instagram/insta-beauty_bg01.png);
} */
/* .insta_wrapper--ebisu {
  background-image: url(https://www.dc-pure.com/wp-content/themes/pure/img/instagram/insta-ebisu_bg01.png);
} */
/* .insta_wrapper--isehara {
  background-image: url(https://www.dc-pure.com/wp-content/themes/pure/img/instagram/insta-isehara_bg01.png);
} */
.insta_wrapper .inner {
  height: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .insta_wrapper {
    height: auto;
  }
  .insta_wrapper .inner {
    height: auto;
  }
  body.page-id-5962,
  .insta_wrapper--beauty {
    background-image: url(https://www.dc-pure.com/wp-content/themes/pure/img/instagram/insta-beauty_bg01_sp.png);
  }
  body.page-id-5968,
  .insta_wrapper--ebisu {
    background-image: url(https://www.dc-pure.com/wp-content/themes/pure/img/instagram/insta-ebisu_bg01_sp.png);
  }
  body.page-id-5969,
  .insta_wrapper--isehara {
    background-image: url(https://www.dc-pure.com/wp-content/themes/pure/img/instagram/insta-isehara_bg01_sp.png);
  }
}
.insta_contents {
  /* min-height: 1000px; */
  width: 460px;
  padding-top: 75px;
  display: flex;
  flex-direction: column;
}
.insta_contents .logo01 {
  text-align: center;
  margin-bottom: 30px;
}
.insta_contents h2 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.025em;
  text-align: center;
  margin-bottom: 5px;
}
.insta_contents .account01 {
  text-align: center;
  margin-bottom: 30px;
}
.insta_contents .account01 a {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.025em;
}
.insta_contents .account01 a:hover {
  opacity: .6;
}
@media (max-width: 767px) {
  .insta_contents {
    width: 560px;
    height: auto;
    padding-top: 50px;
  }
}
/* list */
.insta_contents .link_list01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.insta_contents .link_list01 li+li {
  margin-top: 30px;
}
.insta_contents .link_list01 li.w215 {
  width: 215px;
}
@media (max-width: 767px) {
  .insta_contents .link_list01 li.w215 {
    width: 265px;
  }
}
/* footer */
.insta_contents footer {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.025em;
  padding: 50px 0;
  margin-top: auto;
}
@media (max-width: 767px) {
  .insta_contents footer {
    font-size: 18px;
  }
}
/* for sp */
@media (max-width: 767px) {
  #wrapper {
    padding: 0;
  }
  #header {
    display: none;
  }
  #foot_tel {
    display: none;
  }
}