@charset "utf-8";

#atcosme {
  color: #6d6d6d;
  font-size: 14px;
  line-height: 1.8;
  background: url(bg.jpg) repeat-y center top / 100%;
  background-attachment: fixed;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
#atcosme .inner {
  background: #FFF;
  max-width: 750px;
  margin: 0 auto;
  padding: 0 0 50px;
  box-shadow: 0px 0px 20px 0px rgba(150, 45, 78, .3);
}
#atcosme h1 {
  padding: 0;
  margin: 0;
  line-height: 0;
}
#atcosme .comment {
  padding: 20px 25px 50px;
}
#atcosme .comment p {
  letter-spacing: .5px;
  text-align: center;
}
#atcosme .comment sup {
  font-size: 80%;
  vertical-align: top;
}
#atcosme .comment .img {
  line-height: 0;
  margin: 18px 0;
}
#atcosme .comment .note {
  font-size: 10px;
  text-align: center;
  margin: 3px 0 0;
}
#atcosme .comment .link {
  margin: 12px 0 0;
  text-align: center;
}
#atcosme .comment .link a {
  color: #ec76a0;
  text-decoration: underline;
}
#atcosme .comment .link a:hover {
  text-decoration: none;
}
#atcosme .info {
  position: relative;
  background: #fef5f7;
  margin: 0 15px 25px;
  padding: 25px 20px 20px;
}
#atcosme .info .head {
  position: absolute;
  top: -18px;
  left: 20px;
  width: 131px;
}
#atcosme .info h2 {
  padding: 0;
  margin: 0 0 15px;
  text-align: center;
}
#atcosme .info h2 img {
  width: 176px;
}
#atcosme .info .item {
  position: absolute;
  top: -40px;
  right: 20px;
  width: 38px;
}
#atcosme .info dl {
  display: flex;
  letter-spacing: .5px;
}
#atcosme .info dt {
  position: relative;
  padding: 0 6px 0 0;
  margin: 0 6px 0 0;
  width: 65px;
}
#atcosme .info dt:after {
  content: ':';
  position: absolute;
  top: -1px;
  right: 0;
}
#atcosme .info dd {
  flex: 1;
}
#atcosme .info dd a {
  color: #ec76a0;
  text-decoration: underline;
}
#atcosme .info dd a:hover {
  text-decoration: none;
}
#atcosme .btn {
  display: block;
  width: 54%;
  margin: 0 auto;
  background-image: linear-gradient(to right, rgb(255, 109, 119) 0%, rgb(250, 101, 139) 50%, rgb(249, 93, 147) 77%, rgb(247, 85, 155) 100%);
  border-radius: 50px;
  color: #FFF;
  font-weight: normal;
  letter-spacing: 1px;
  padding: 6px 0px;
}

/* ======== PC ======== */
@media screen and (min-width: 751px) {
  #atcosme {
    font-size: 20px;
  }
  #atcosme .inner {
    padding: 0 0 90px;
  }
  #atcosme .comment {
    padding: 40px 50px 60px;
  }
  #atcosme .comment .note {
    font-size: 12px;
    margin: 6px 0 0;
  }
  #atcosme .comment .img {
    margin: 36px 0;
  }
  #atcosme .comment .link {
    margin: 24px 0 0;
  }
  #atcosme .comment .link a {
    font-size: 18px;
  }
  #atcosme .info {
    padding: 50px 40px 40px;
    margin: 0 30px 50px;
  }
  #atcosme .info .head {
    top: -26px;
    left: 40px;
    width: auto;
  }
  #atcosme .info h2 {
    line-height: 0;
    margin: 0 0 30px;
  }
  #atcosme .info h2 img {
    width: auto;
  }
  #atcosme .info .item {
    top: -26px;
    right: 40px;
    width: 76px; 
  }
  #atcosme .info dt {
    width: 90px;
    margin: 0 7px 0 0;
  }
  #atcosme .btn {
    padding: 13px 0px 11px;
  }
  #atcosme .btn:hover {
    opacity: .8;
  }
}

/* ======== SP ======== */
@media screen and (max-width: 750px) {
  #atcosme .pc {
    display: none !important;
  }
}