@charset "UTF-8";
/* CSS Document */
.section-top_image {
  height: 100vh;
  margin-bottom: 100px;
  background-image: url("../images/top/top_sp@2x.jpg");
  background-size: auto 100%;
  background-position: 35% 50%;
  background-repeat: no-repeat;
  position: relative;
}
.section-top_image p {
  width: 270px;
  position: absolute;
  top: 40px;
  right: 20px;
}
@media(min-width:769px) {
  .section-top_image {
    display: block;
    height: 100vh;
    margin-bottom: 140px;
    background-image: url("../images/top/top@2x.jpg");
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
  }
  .section-top_image div {
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
  }
  .section-top_image p {
    width: 25%;
    position: absolute;
    top: 60%;
    right: 5%;
  }
}
.section-top_lead {
  padding: 0 24px;
}
.concept {
  margin-bottom: 60px;
}
.concept span {
  font-size: 3.6rem;
  font-family: Abril Fatface;
  color: #c6a0c6;
  width: 100%;
  font-weight: 300;
}
.section-top_lead h1 {
  font-size: 2.4rem;
  line-height: 3.6rem;
  margin-bottom: 60px;
}
.section-top_lead h1 span::before {
  content: "\A";
  white-space: pre;
}
.section-top_lead p {
  color: #7a6764;
  line-height: 3.2rem;
  margin-bottom: 60px;
}
.section-top_lead p span::before {
  content: "\A";
  white-space: pre;
}
.lead-button {
  margin: 0 auto;
}
.lead-button a {
  display: block;
  width: 300px;
  height: 40px;
  border-radius: 40px;
  background-color: #fff;
  text-align: center;
  margin: 0 auto;
  padding-top: 20px;
  text-decoration: none;
  color: #6e4a6a;
  box-shadow: 0px 2px 5px #e7d5e6;
}
@media(min-width:769px) {
  .section-top_lead {
    padding: 0px;
  }
  .concept {
    margin-bottom: 60px;
  }
  .concept span {
    font-size: 4.8rem;
    font-family: Abril Fatface;
    color: #c6a0c6;
    width: 100%;
  }
  .section-top_lead h1 {
    font-size: 3rem;
    line-height: 3.6rem;
    margin-bottom: 60px;
  }
  .section-top_lead h1 span::before {
    content: "\A";
    white-space: nowrap;
  }
  .section-top_lead p {
    color: #7a6764;
    line-height: 3.2rem;
    margin-bottom: 60px;
  }
  .section-top_lead p span::before {
    content: "\A";
    white-space: nowrap;
  }
  .lead-button {
    margin-bottom: 100px;
  }
  .lead-button a {
    height: 50px;
    padding-top: 30px;
    text-decoration: none;
    color: #6e4a6a;
    transition: all.3s ease-in-out;
  }
  .lead-button a:hover {
    box-shadow: 0px 5px 30px #e7d5e6;
  }
}
.section-top_naildesign {
  background-color: #fff;
  padding: 100px 24px 50px;
  margin-top: 100px;
  margin-bottom: 100px;
}
.section-top_naildesign h2 {
  margin-bottom: 10px;
  font-weight: 300;
}
.section-top_naildesign h3 {
  margin-bottom: 60px;
}
.nail-image {
  width: 230px;
  margin: 0 auto;
}
.section-top_naildesign_text {
  color: #7a6764;
  margin-bottom: 40px;
}
.section-top_naildesign_text span::before {
  content: "\A";
  white-space: pre;
}
.section-top_naildesign ul li {
  list-style: none;
  margin-bottom: 20px;
}
.section-top_naildesign li div img {
  object-fit: cover;
}
.section-top_naildesign ul li h4 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.section-top_naildesign ul li p {
  color: #afa3a1;
  font-size: 1.4rem;
  width: 230px;
  margin: 0 auto;
}
.section-top_naildesign ul li span {
  content: "\A";
  white-space: pre;
}
.section-top_naildesign ul {
  margin-bottom: 100px;
}
.naildesign__button div {
  margin: 0 auto 50px;
}
.naildesign__button div a {
  display: block;
  width: 300px;
  height: 40px;
  border-radius: 30px;
  background-color: #fff7ff;
  text-align: center;
  padding-top: 20px;
  box-shadow: 0px 2px 5px #e7d5e6;
  text-decoration: none;
  color: #71506c;
  margin: 0 auto;
}
@media(min-width:769px) {
  .section-top_naildesign {
    margin-top: 0px;
    padding: 140px 0 30px;
    margin-bottom: 140px;
  }
  .section-top_naildesign h2 {
    font-size: 4.8rem;
  }
  .nail-image {
    width: 230px;
    margin: 0 45px;
  }
  .section-top_naildesign_text span::before {
    content: "\A";
    white-space: nowrap;
  }
  .section-top_naildesign ul, .naildesign__button {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 960px;
  }
  .section-top_naildesign ul li {
    list-style: none;
    margin: 0 auto 20px;
  }
  .section-top_naildesign li div img {
    object-fit: cover;
  }
  .section-top_naildesign ul li h4 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .section-top_naildesign ul li p {
    color: #afa3a1;
    width: 230px;
    margin: 0 45px;
  }
  .section-top_naildesign ul li span {
    content: "\A";
    white-space: nowrap;
  }
  .section-top_naildesign ul {
    margin-bottom: 100px;
  }
  .naildesign__button div a {
    height: 50px;
    border-radius: 40px;
    padding-top: 30px;
    transition: all.3s ease-in-out;
  }
  .naildesign__button div a:hover {
    box-shadow: 0px 5px 30px #e7d5e6;
  }
}
.section-top_taroto {
  background-color: #faebf4;
  margin: 0 24px;
  margin-bottom: 100px;
  padding: 20px;
}
.section-top_taroto ul li {
  list-style: none;
}
.section-top_taroto ul li:last-child {
  max-width: 280px;
  margin: 0 auto;
}
.section-top_taroto-image {
  max-width: 280px;
  height: 280px;
  margin: 10px auto;
}
.section-top_taroto h2 {
  font-size: 3.6rem;
  font-weight: 300;
  margin: 0 0 10px;
  line-height: 40px;
}
.section-top_taroto h3 {
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: solid 1px #806973;
}
.section-top_taroto p {
  color: #7a6764;
  line-height: 3.2rem;
  text-align: justify;
  margin-bottom: 20px;
}
.tarot-button {
  margin: 0 auto;
  margin-bottom: 20px;
}
.tarot-button a {
  display: block;
  max-width: 260px;
  height: 40px;
  border-radius: 30px;
  background-color: #fff;
  text-align: center;
  padding-top: 20px;
  margin: 0 auto;
  box-shadow: 0px 2px 5px #edcbe0;
  text-decoration: none;
  color: #714c6d;
}
@media(min-width:769px) {
  .section-top_taroto {
    max-width: 960px;
    max-height: 480px;
    margin: 0 auto 140px;
  }
  .section-top_taroto ul {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .section-top_taroto ul li {
    max-width: 400px;
    margin: 0 auto;
    position: relative;
  }
  .section-top_taroto ul li:last-child {
    max-width: 400px;
  }
  .section-top_taroto-image {
    max-width: 400px;
    height: auto;
  }
  .section-top_taroto h2 {
            font-size: 4rem;
        text-align: left;
        line-height: 40px;
  }
  .section-top_taroto h3 {
    text-align: left;
  }
  .section-top_taroto p {
    width: 350px;
  }
  .tarot-button a {
    position: absolute;
    right: 0;
    width: 250px;
    height: 35px;
    border-radius: 40px;
    background-color: #fff;
   /*margin-bottom: 100px;*/
    margin-top: -20px;
    text-align: center;
    padding-top: 15px;
    transition: all.3s ease-in-out;
  }
  .tarot-button a:hover {
    box-shadow: 0px 5px 30px #edcbe0;
  }
}
.section-top_sns {
  background-image: url("../images/top/sns-bg_sp@2x.jpg");
  background-size: auto 100%;
  background-position: 45% 50%;
  background-repeat: no-repeat;
  padding-top: 100px;
  margin-bottom: 100px;
  height: 500px;
}
.section-top_sns h2 {
  color: #340f0b;
  margin-bottom: 30px;
  font-weight: 300;
  text-shadow: 1px 1px 10px #f0dee5;
}
.section-top_sns p {
  color: #340f0b;
  margin-bottom: 60px;
  text-shadow: 1px 1px 10px #f0dee5;
}
.section-top_sns p span::before {
  content: "\A";
  white-space: pre;
}
.section-top_sns ul li {
  list-style: none;
}
.section-top_sns ul li:last-child {
  margin-bottom: 80px;
}
.sns-button {
  display: block;
  max-width: 700px;
  margin: 0 auto;
}
.sns-button li {
  margin: 0 auto 40px;
}
.sns-button a {
  display: block;
  font-family: Abril Fatface;
  text-decoration: none;
  color: #73506c;
  width: 200px;
  height: 40px;
  padding-top: 20px;
  border-radius: 40px;
  border: solid 1px #73506c;
  background-color: rgba(255, 247, 255, .6);
  box-shadow: 0px 2px 5px #795779;
  list-style: none;
  margin: 0 auto;
}
@media(min-width:769px) {
  .section-top_sns {
    height: 350px;
    background-image: url("../images/top/sns-image@2x.jpg");
    background-size: auto 100%;
    background-position: center;
    padding-top: 80px;
    margin-bottom: 140px;
  }
  .section-top_sns h2 {
    font-size: 4.8rem;
    margin-top: 30px;
    text-shadow: none;
  }
  .section-top_sns p{
    text-shadow: none;
  }
  .section-top_sns p span::before {
    content: "";
    white-space: nowrap;
  }
  .sns-button {
  display: flex;
  flex-wrap: wrap;
  max-width: 700px;
  margin: 0 auto;
}
.sns-button li {
  margin: 0 auto 40px;
}
  .sns-button a {
    display: block;
    font-family: Abril Fatface;
    text-decoration: none;
    color: #73506c;
    transition: all.3s ease-in-out;
    height: 50px;
    padding-top: 30px;
  }
  .sns-button li a:hover {
    box-shadow: 0px 5px 30px #795779;
  }
}