@charset "UTF-8";
td._51m- {
  text-align: right;
}

article.article {
  position: relative;
  margin-bottom: 30px;
  border: 2px solid #ff2d2f;
  padding: 15px 20px;
  border-radius: 15px;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 8px #aaa;
          box-shadow: 2px 2px 8px #aaa;
}

article.article article.article .social_link {
  margin: 10px 0px 0px auto !important;
}

#actress .art-head-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  #actress .art-head-top {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
}

#actress .art-head-top .social_link {
  width: 104% !important;
  text-align: right;
  margin: 0 -18px 0 0;
}

#actress .profile {
  position: relative;
}

#actress .profile .photo {
  width: 100%;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  #actress .profile .photo {
    width: 35%;
    max-width: initial;
    margin-right: 3%;
  }
}

#actress .profile .photo img.rightTop {
  position: absolute;
  width: 26%;
  top: -10%;
  right: -10%;
}

#actress .profile .photo img.leftDown {
  position: absolute;
  width: 26%;
  top: 62%;
  left: -10%;
  z-index: 1;
}

#actress .profile .name {
  background-color: #ffef80;
  left: 0;
}

#actress .profile .name h1 {
  color: #333;
}

#actress .profile .data {
  margin-bottom: 40px;
  padding-left: 0;
}

img.profileWrap {
  border: 2px solid #ff547d;
  border-radius: 15px;
  -webkit-box-shadow: 2px 2px 8px #aaa;
          box-shadow: 2px 2px 8px #aaa;
}

.art-text {
  overflow: hidden;
  height: 880px;
}

@media screen and (max-width: 767px) {
  .art-text {
    height: 650px;
  }
}

.art-img {
  margin-bottom: 20px;
  text-align: center;
}

.art-img img {
  width: 70%;
  margin: 0 auto;
}

.double {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.double div {
  width: 46%;
  margin: 0 2%;
}

.double div img {
  width: 100%;
}

/* mixinの定義 */
.show_more, .show_more2 {
  font-size: 26px;
  color: #ff0025;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, white));
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, white 50%);
  position: absolute;
  bottom: 18px;
  left: 0;
  width: 100%;
  height: 30px;
  padding-top: 200px;
  padding-bottom: 80px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  cursor: pointer;
  -webkit-transition: bottom 0.2s;
  transition: bottom 0.2s;
}

.active {
  background: none;
  bottom: -30px;
}

.art-date, #actress .details h2 {
  color: #ff2d2f;
  font-weight: bold;
}

.sideSnsTw img, .sideSnsInst img {
  width: 100%;
}

.sideSnsTw, .sideSnsInst {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .nanase_alice_lp {
    margin-bottom: auto;
  }
  .sideSnsTw, .sideSnsInst {
    width: 80%;
    margin: 0 auto;
  }
  .sideSnsTw, .sideSnsInst {
    margin-top: 15px;
  }
  .sideSnsInst {
    margin-bottom: 15px;
  }
}

.buyWrap {
  text-align: center;
  width: 75%;
  margin: -30px auto 20px;
}

@media screen and (max-width: 767px) {
  .buyWrap {
    margin: 0px auto 20px;
  }
}

.buyWrap a {
  background-color: #ff2d2f;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  display: block;
  border: 2px solid #ff7b8e;
  padding: 15px 0;
}

@media screen and (max-width: 767px) {
  .buyWrap a {
    font-size: 18px;
    padding: 7px 0;
  }
}
/*# sourceMappingURL=style.css.map */