@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@font-face {
  font-family: "ShipporiGothicB2-Bold";
  src: url("../facial-lp/fonts/ShipporiGothicB2-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
.btn-link {
  width: 28.4rem;
  height: 22.4rem;
  position: fixed;
  right: 0;
  bottom: 0;
  display: block;
}

.main .back-link {
  text-align: center;
}
.main .back-link a {
  color: -webkit-link;
  text-decoration: underline;
}
.main .sec-header-facial {
  background: url(../images/bg-top.png) no-repeat center center/cover;
}
.main .sec-header-facial .group-content {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 2rem 1.4rem 0;
}
.main .sec-header-facial .group-content .blink {
  position: absolute;
  top: 1.3rem;
  right: 14.4rem;
}
.main .sec-header-facial .group-content .blink.v2 {
  top: 9.2rem;
  right: 0rem;
  transform: rotate(180deg);
  max-width: 4.4rem;
}
.main .sec-header-facial .group-content .person {
  position: absolute;
  right: 0;
  top: 2.6rem;
}
.main .sec-header-facial .group-content .group-text {
  position: relative;
  padding: 0 0.6rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.main .sec-header-facial .group-content .group-text .group {
  display: flex;
  align-items: center;
}
.main .sec-header-facial .group-content .group-text .group span {
  font-family: "ShipporiGothicB2-Bold", sans-serif;
  font-size: 1.5rem;
  color: #b6995e;
}
.main .sec-header-facial .group-content .group-text .text {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.main .sec-header-facial .group-content .group-text .text span {
  color: #472c08;
  font-size: 2rem;
}
.main .sec-header-facial .group-content .group-text .text p {
  color: #bc8132;
  font-size: 4.2rem;
  line-height: 1.1;
  letter-spacing: 0;
}
.main .sec-header-facial .group-content .group-text .text p.v2 {
  letter-spacing: -0.2em;
}
.main .sec-header-facial .group-content .item {
  position: relative;
  margin-top: 1rem;
}
.main .sec-header-facial .group-content .group-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1.5rem;
}
.main .sec-header-facial .group-content .group-item span {
  font-family: "ShipporiGothicB2-Bold", sans-serif;
}
.main .sec-header-facial .group-content .group-item .group {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  gap: 2rem;
}
.main .sec-header-facial .group-content .group-item .group::after, .main .sec-header-facial .group-content .group-item .group::before {
  content: "";
  position: absolute;
  width: 3.9rem;
  height: 8.6rem;
  background: url(../images/dot_line.png) no-repeat center center/100% 100%;
}
.main .sec-header-facial .group-content .group-item .group::after {
  transform: rotateY(180deg);
  right: 0;
}
.main .sec-header-facial .group-content .group-item .group::before {
  left: 0;
}
.main .sec-header-facial .group-content .group-item .group .right {
  color: #db328d;
}
.main .sec-header-facial .group-content .group-item .group .right span {
  font-size: 1.9rem;
  font-weight: 700;
}
.main .sec-header-facial .group-content .group-item .group .right p {
  font-size: 4.1rem;
}
.main .sec-list-no {
  padding: 0 1rem 6.5rem;
  margin-top: 2.4rem;
  background: linear-gradient(0deg, rgb(231, 232, 235) 55%, rgb(255, 255, 255) 100%);
}
.main .sec-list-no .group-content {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  width: 100%;
}
.main .sec-list-no .group-content .item {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 2rem 2rem 2.8rem;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 0.7rem;
  background: #f7f7f7;
  font-family: "Noto Sans JP", sans-serif;
  box-shadow: 0px 12px 12px 0px rgba(0, 0, 0, 0.2);
}
.main .sec-list-no .group-content .item:nth-child(1) .title-vip p {
  color: #987340;
}
.main .sec-list-no .group-content .item:nth-child(2) {
  background: #e5ebf6;
}
.main .sec-list-no .group-content .item:nth-child(2) .title {
  margin-top: 3rem;
}
.main .sec-list-no .group-content .item:nth-child(2) .title-vip p {
  color: #606470;
}
.main .sec-list-no .group-content .item:nth-child(3) {
  background: #f7f5ef;
}
.main .sec-list-no .group-content .item:nth-child(3) .title-vip p {
  color: #e7824d;
}
.main .sec-list-no .group-content .item .mask {
  position: absolute;
  top: -0.7rem;
  left: 2rem;
}
.main .sec-list-no .group-content .item .title {
  margin-top: 1.5rem;
}
.main .sec-list-no .group-content .item .title p {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}
.main .sec-list-no .group-content .item .title-vip {
  width: 100%;
  background: #fff;
  padding: 2rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
}
.main .sec-list-no .group-content .item .title-vip p {
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 700;
}
.main .sec-list-no .group-content .item .text {
  margin-top: 2rem;
}
.main .sec-list-no .group-content .item .text p {
  font-size: 1.6rem;
}
.main .sec-list-no .group-content .item .btn-item {
  padding: 1.3rem 0;
  border-radius: 2rem;
  background: #db328d;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 21.6rem;
  margin: 2rem auto 0;
}
.main .sec-list-no .group-content .item .btn-item span {
  color: #fff;
  line-height: 1;
  font-weight: 700;
  font-size: 1.8rem;
}
.main .sec-content-main-lp .group-achive {
  position: relative;
  padding: 5rem 2.4rem;
  background-color: #fff;
}
.main .sec-content-main-lp .group-achive .title-top {
  position: absolute;
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 2rem 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3.3rem;
  width: 100%;
  max-width: 21.6rem;
}
.main .sec-content-main-lp .group-achive .title-top p {
  color: #987340;
}
.main .sec-content-main-lp .group-achive .group-title {
  padding: 0 0.6rem;
  display: flex;
  flex-direction: column;
}
.main .sec-content-main-lp .group-achive .group-title span {
  font-size: 2.18rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  text-align: center;
}
.main .sec-content-main-lp .group-achive .group-title p {
  font-size: 2.58rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #db328d;
  text-align: center;
}
.main .sec-content-main-lp .group-achive .group-title h1 {
  color: #db328d;
  font-size: 4.9rem;
  font-weight: 700;
  background-color: #eceefa;
  line-height: 0.6;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Noto Sans JP", sans-serif;
}
.main .sec-content-main-lp .group-achive .group-title small {
  font-size: 1.2rem;
  color: #383d3a;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 1.6rem;
  display: flex;
  width: 100%;
}
.main .sec-content-main-lp .group-achive .group-title .group {
  display: flex;
  align-items: flex-end;
  margin-bottom: 2.6rem;
  margin-top: 1.2rem;
  width: 100%;
}
.main .sec-content-main-lp .group-achive .group-title .group span {
  line-height: 0.6;
  font-size: 3.5rem;
  color: #db328d;
  font-weight: 700;
}
.main .sec-content-main-lp .group-achive .group-title .group span.txt-n {
  font-size: 6.3rem;
  line-height: 0.5;
  font-family: "Jost", sans-serif;
}
.main .sec-content-main-lp .group-achive .text {
  margin-top: 3rem;
}
.main .sec-content-main-lp .group-achive .text p {
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
}
.main .sec-content-main-lp .group-achive .text p span {
  color: #db328d;
  line-height: 2;
}
.main .sec-content-main-lp .group-achive .image {
  margin-top: 3rem;
}
.main .sec-content-main-lp .group-mess {
  padding: 4rem 0 0;
  background: #eceef4;
}
.main .sec-content-main-lp .group-mess .mess {
  padding: 1.1rem 0;
  margin: 0 auto;
  width: 96%;
  border-radius: 4rem;
  background: #db328d;
  position: relative;
}
.main .sec-content-main-lp .group-mess .mess::before {
  position: absolute;
  bottom: -1.2rem;
  left: 8rem;
  content: "";
  border-top: 2.4rem solid #db328d;
  border-left: 0.8rem solid transparent;
  border-right: 0.8rem solid transparent;
  transform: rotate(42deg);
}
.main .sec-content-main-lp .group-mess .mess p {
  font-size: 2.2rem;
  color: #fff;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
.main .sec-content-main-lp .group-mess .item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.main .sec-content-main-lp .group-mess .item:nth-child(2) {
  padding: 3.2rem 1.4rem;
  overflow: hidden;
}
.main .sec-content-main-lp .group-mess .item:nth-child(2)::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 98%;
  height: 1px;
  background-color: #bc8132;
  left: 50%;
  transform: translateX(-50%);
}
.main .sec-content-main-lp .group-mess .item:nth-child(2) .num {
  left: 9rem;
  bottom: 3rem;
}
.main .sec-content-main-lp .group-mess .item:nth-child(2) .content p {
  letter-spacing: -0.05em;
}
.main .sec-content-main-lp .group-mess .item:nth-child(3) {
  justify-content: center;
  padding: 3.5rem 0;
}
.main .sec-content-main-lp .group-mess .item:nth-child(3) .content {
  transform: translateX(-0.6rem);
}
.main .sec-content-main-lp .group-mess .item:nth-child(3) .content p {
  font-size: 3.4rem;
}
.main .sec-content-main-lp .group-mess .item:nth-child(3) .content p:nth-child(1) {
  letter-spacing: -0.1em;
  margin-bottom: 0.6rem;
}
.main .sec-content-main-lp .group-mess .item:nth-child(3) .content p span {
  font-size: 3.4rem;
  margin-left: -1.6rem;
}
.main .sec-content-main-lp .group-mess .item:nth-child(3) .num {
  left: 1.8rem;
  bottom: 2rem;
  line-height: 0.7;
}
.main .sec-content-main-lp .group-mess .item .num {
  position: absolute;
  line-height: 1;
  font-size: 17rem;
  color: rgba(255, 255, 255, 0.6);
}
.main .sec-content-main-lp .group-mess .item .content {
  position: relative;
}
.main .sec-content-main-lp .group-mess .item .content p {
  font-size: 4.6rem;
  color: #db328d;
  line-height: 1.2;
}
.main .sec-content-main-lp .group-mess .item .content p span {
  font-size: 2.7rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
}
.main .sec-content-main-lp .group-mess .item .image {
  position: absolute;
  left: -0.4rem;
  bottom: 0;
}
.main .sec-content-main-lp .group-mess .bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 0 3rem;
  position: relative;
}
.main .sec-content-main-lp .group-mess .bottom::before {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  border-bottom: 6rem solid #fff;
  border-left: 18rem solid transparent;
}
.main .sec-content-main-lp .group-mess .bottom::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  border-bottom: 6rem solid #fff;
  border-right: 18rem solid transparent;
}
.main .sec-content-main-lp .group-mess .bottom span {
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
}
.main .sec-content-main-lp .group-top3 {
  padding: 5rem 0 12rem;
  position: relative;
}
.main .sec-content-main-lp .group-top3::before {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  border-bottom: 6rem solid #eceef4;
  border-left: 18rem solid transparent;
}
.main .sec-content-main-lp .group-top3::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  border-bottom: 6rem solid #eceef4;
  border-right: 18rem solid transparent;
}
.main .sec-content-main-lp .group-top3 .text {
  padding: 0 2.4rem;
}
.main .sec-content-main-lp .group-top3 .text p {
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}
.main .sec-content-main-lp .group-top3 .text p span {
  color: #db328d;
}
.main .sec-content-main-lp .group-top3 .group {
  margin-top: 7rem;
}
.main .sec-content-main-lp .group-top3 .group .title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main .sec-content-main-lp .group-top3 .group .title span {
  font-size: 2.6rem;
  line-height: 1.4;
  color: #000;
}
.main .sec-content-main-lp .group-top3 .group .title p {
  font-size: 3.1rem;
  line-height: 1;
  color: #987340;
}
.main .sec-content-main-lp .group-top3 .group .list {
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
}
.main .sec-content-main-lp .group-top3 .group .list .item {
  color: #db328d;
  padding: 1.6rem;
  border: 1px solid #db328d;
  position: relative;
}
.main .sec-content-main-lp .group-top3 .group .list .item:nth-child(1) {
  background-color: #db328d;
  color: #fff;
}
.main .sec-content-main-lp .group-top3 .group .list .item:nth-child(1) p:nth-child(2) {
  background-color: #db328d;
}
.main .sec-content-main-lp .group-top3 .group .list .item:nth-child(2) {
  max-width: 26.6rem;
}
.main .sec-content-main-lp .group-top3 .group .list .item:nth-child(2) p:nth-child(2) {
  transform: translate(7rem, -50%);
}
.main .sec-content-main-lp .group-top3 .group .list .item:nth-child(3) {
  max-width: 25.8rem;
}
.main .sec-content-main-lp .group-top3 .group .list .item:nth-child(3) p:nth-child(2) {
  transform: translate(8rem, -50%);
}
.main .sec-content-main-lp .group-top3 .group .list .item p {
  display: flex;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  line-height: 1;
}
.main .sec-content-main-lp .group-top3 .group .list .item p span {
  font-size: 3rem;
  font-family: "Jost", sans-serif;
  line-height: 1;
  font-style: italic;
  margin-right: 1.8rem;
}
.main .sec-content-main-lp .group-top3 .group .list .item p:nth-child(2) {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 100%;
  max-width: 10rem;
  padding: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 2rem;
  background: #f5dcdf;
  font-family: "Jost", sans-serif;
  font-weight: 700;
}
.main .sec-content-main-lp .group-text-content {
  padding: 2rem 0;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #eceef4;
}
.main .sec-content-main-lp .group-text-content .bg {
  position: absolute;
  top: 4rem;
  left: 50%;
  transform: translateX(-50%);
}
.main .sec-content-main-lp .group-text-content p {
  position: relative;
  text-align: center;
  color: #db328d;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  font-size: 3.4rem;
  font-weight: 500;
  display: flex;
  flex-direction: column;
}
.main .sec-content-main-lp .group-text-content p span {
  font-size: 2rem;
  line-height: 1.6;
  color: #383d3a;
}
.main .sec-content-main-lp .group-text-content image {
  position: relative;
}
.main .sec-content-main-lp .group-mass {
  padding: 6rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.main .sec-content-main-lp .group-mass::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 5rem;
  background-color: #fff;
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
  clip-path: ellipse(56% 100% at 50% 100%);
}
.main .sec-content-main-lp .group-mass .text {
  padding: 0 2rem;
}
.main .sec-content-main-lp .group-mass .text p {
  font-size: 1.8rem;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
}
.main .sec-content-main-lp .group-mass .text p span {
  color: #db328d;
  -webkit-text-decoration: underline #db328d;
          text-decoration: underline #db328d;
}
.main .sec-content-main-lp .group-mass .image {
  margin-top: 4rem;
}
.main .sec-content-main-lp .group-mass .group {
  margin-top: 5rem;
}
.main .sec-content-main-lp .group-mass .group .text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main .sec-content-main-lp .group-mass .group .text p {
  font-size: 1.6rem;
  line-height: 1.5;
}
.main .sec-content-main-lp .group-mass .group .text p:nth-child(2) {
  font-size: 2.4rem;
  font-weight: 700;
  color: #db328d;
}
.main .sec-content-main-lp .group-mass .group .text p:nth-child(2) span {
  color: #000;
}
.main .sec-content-main-lp .group-mass .group .text p span {
  text-decoration: none;
}
.main .sec-content-main-lp .group-mass .group .text-under {
  position: relative;
  margin-top: 5rem;
}
.main .sec-content-main-lp .group-mass .group .text-under .gr {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translate(-50%, -50%);
  width: 100%;
}
.main .sec-content-main-lp .group-mass .group .text-under .gr p {
  color: #987340;
  text-align: center;
  font-size: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.3;
}
.main .sec-content-main-lp .group-mass .group .text-under .gr span {
  text-align: center;
  font-size: 1.48rem;
  font-family: "Noto Sans JP", sans-serif;
}
.main .sec-content-main-lp .group-mass .btn-mass {
  background: #db328d;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 1.4rem;
  width: 100%;
  max-width: 35rem;
  margin: 2.4rem auto 0;
  box-shadow: 0px 5px 0px 0px rgba(204, 204, 204, 0.75);
  border-radius: 0.6rem;
}
.main .sec-content-main-lp .group-mass .btn-mass span {
  font-size: 2.8rem;
  color: #fff;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}

.main .sec-product .container .content .product-list .item .item-title .img.v2 {
  margin-bottom: 1rem;
}

.new-btn .icon-img.v2 {
  width: 5.3rem;
}

.main .sec-product .container .content .product-list .item .item-title .img.v3 {
  width: 10rem;
}

.main .sec-product .container .content .product-list .item .list-txt.v2 .img.v3 img {
  width: 10rem;
}

.main .sec-product .container .content .product-list .item .item-no .img.v2::after {
  background: #db328d;
}

.content-post .group-txt.v2 .txt-mid {
  color: #db328d;
}

.content-post .group-txt.v2 .txt-bot {
  color: #db328d;
}

.content-post .group-txt.v2 .txt-des {
  color: #db328d;
}

.main .sec-ft .container .content .content-title .txt {
  display: flex;
  align-items: baseline;
  line-height: 1.3;
  margin-top: 1rem;
}

.main .sec-ft .container .content .content-title .txt p:first-of-type {
  font-size: 2.3rem;
  font-weight: bold;
  color: #fff;
  -webkit-text-stroke: 0.1rem #db328d;
}

.main .sec-ft .container .content .content-title .txt span {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  -webkit-text-stroke: 0.1rem #db328d;
}

.main .sec-ft .container .content .content-title .txt p:last-of-type {
  color: #FFF252;
  font-size: 2.3rem;
  font-weight: bold;
  -webkit-text-stroke: 0.1rem #db328d;
}

.main .sec-table .container .content .table tr:nth-child(1),
.main .sec-product .container .content .product-list .list-title,
.main .sec-product .container .content .product-list .item .list,
.main .sec-product .container .content .product-list .item .list-txt .txt.v2,
.btn.btn-warning {
  background: #db328d;
}

.main .sec-table .container .content .group-txt .txt-top.v2 {
  color: #db328d;
}

.main .sec-table .container .content .table tr td .group p,
.main .sec-table .container .content .table tr td .txt-check p,
.main .sec-table .container .content .group-txt .txt-mid,
.main .sec-product .container .content .product-list .item .item-no .txt .txt-bot {
  color: #db328d;
}

.main .sec-product .container .content .product-list .list-title::after {
  border-top: 3rem solid #db328d;
}

.main .sec-table .container .content .table tr td.full-w .img.v1 img {
  width: 5rem;
}

.main .sec-table .container .content .table tr td .img.v3 img {
  width: 4rem;
}

.main .sec-ft .container .content .content-title.pink::after {
  background: #db328d;
}

.main .sec-ft .container .content .content-title.pink::before {
  border-top: 2rem solid #db328d;
}

.main .sec-product .container .content .product-list .item .item-no .img.v2.v3::after {
  top: 50%;
  left: 0;
  transform: none;
}

.main .sec-product .container .content .product-list .item .item-no .img.v2.v3 p {
  font-size: 2rem;
  font-weight: 700;
  color: #db328d;
  padding: 0 1rem;
  background: #fff;
}

.main .sec-product .container .content .product-list .item .group .group-img .img.v4 img {
  height: 9.5rem;
}

.back-link {
  text-align: center;
}
.back-link a {
  color: -webkit-link;
  text-decoration: underline;
}

.main .sec-table .container .content .table tr:nth-child(1) td:nth-child(8),
.main .sec-table .container .content .table tr:nth-child(1) td:nth-child(9) {
  width: 20rem;
}

.main .sec-table .container .content .table {
  width: 600px;
}

@media screen and (max-width: 376px) {
  .container {
    width: 100%;
  }
}
@media (max-width: 900px) {
  .btn-link {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */