@charset "UTF-8";
.p-mv {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 766px) {
  .p-mv {
    padding: 0px 15px 15px;
  }
}
@media screen and (max-width: 550px) {
  .p-mv {
    padding: 15px;
  }
}
.p-mv img {
  width: 100%;
}

@media screen and (max-width: 766px) {
  .p-lists {
    padding: 0 15px;
  }
}

.p-lists__lists {
  color: #E26AA4;
  width: 100%;
  max-width: 1100px;
  margin: 50px auto 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px 22px;
}
@media screen and (max-width: 766px) {
  .p-lists__lists {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px 10px;
    margin: 30px auto 0 auto;
  }
}

@media screen and (max-width: 766px) {
  .p-lists__list {
    width: 100%;
  }
}

.p-lists__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 200px;
  height: 60px;
  border: 1px solid #E26AA4;
  background: #fff;
  color: #E26AA4;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: center;
  text-decoration: none !important;
}
@media screen and (max-width: 766px) {
  .p-lists__link {
    width: 100%;
    height: 40px;
    letter-spacing: 0em;
    font-size: 10px;
  }
}
.p-lists__link::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 13px;
  width: 9.5px;
  height: 17px;
  background-image: url(../images/arrow_pink.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 766px) {
  .p-lists__link::before {
    right: 7px;
    width: 4.75px;
    height: 8.5px;
  }
}
.p-lists__link:hover {
  color: #fff;
  background: #E26AA4;
}
.p-lists__link:hover::before {
  right: 10px;
  background-image: url(../images/arrow_white.png);
}
@media screen and (max-width: 766px) {
  .p-lists__link:hover::before {
    right: 5px;
  }
}
.p-lists__link span {
  display: inline-block;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 766px) {
  .p-lists__link span {
    font-size: 9px;
    padding-right: 5px;
    letter-spacing: 0em;
  }
}

.p-money {
  color: #1E1E1E;
  width: 100%;
  max-width: 800px;
  margin: 70px auto 75px auto;
}
@media screen and (max-width: 766px) {
  .p-money {
    padding: 15px;
    margin: 20px auto 30px auto;
  }
}

.p-money__inner {
  width: 100%;
}

.p-money__band {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  text-align: center;
}
@media screen and (max-width: 766px) {
  .p-money__band {
    font-size: 16px;
  }
}
.p-money__band span {
  position: relative;
  z-index: 1;
  font-size: 24px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 766px) {
  .p-money__band span {
    font-size: 18px;
  }
}
.p-money__band span::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 10px;
  background: rgba(226, 106, 164, 0.24);
}

.p-money__title {
  position: relative;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 43px;
  font-weight: 500;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 766px) {
  .p-money__title {
    font-size: 28px;
  }
}
.p-money__title span {
  display: inline-block;
  font-size: 57px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 766px) {
  .p-money__title span {
    font-size: 34px;
  }
}

.p-money__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 30px;
}
@media screen and (max-width: 766px) {
  .p-money__lists {
    gap: 8px;
    margin-top: 20px;
  }
}
.p-money__lists li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 45px;
  color: #fff;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 26px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.075em;
  border-radius: 12px;
  background: #E465A1;
  padding: 0 18px;
}
@media screen and (max-width: 766px) {
  .p-money__lists li {
    height: 32px;
    font-size: 12px;
    padding: 0 10px;
  }
}

.p-money__subTitle {
  position: relative;
  color: #FFFFFF;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-align: center;
  padding: 10px 0 10px 10px;
  background: -webkit-gradient(linear, left top, right top, from(#e465a1), to(#efbbce));
  background: linear-gradient(90deg, #e465a1, #efbbce);
  margin-top: 46px;
}
@media screen and (max-width: 766px) {
  .p-money__subTitle {
    font-size: 12px;
    line-height: 1.3;
    margin-top: 30px;
  }
}
.p-money__subTitle::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -84px;
  right: -94px;
  width: 271px;
  height: 198px;
  background-image: url(../images/money_icon.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 766px) {
  .p-money__subTitle::before {
    top: -15px;
    right: -45px;
    width: 108.4px;
    height: 79.2px;
  }
}

.p-money__borderBox {
  background: -webkit-gradient(linear, left top, right top, from(#efbbce), to(#e465a1));
  background: linear-gradient(90deg, #efbbce, #e465a1);
  padding: 0px 1px 1px 1px;
}

.p-money__wrapper {
  width: 100%;
  background: #fff;
  padding: 20px 74px 15px 74px;
}
@media screen and (max-width: 766px) {
  .p-money__wrapper {
    padding: 12px 10px 12px 10px;
  }
}

.p-money__course {
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 23px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  padding-left: 14px;
  padding-bottom: 9px;
  border-bottom: 1px solid #ABABAB;
}
@media screen and (max-width: 766px) {
  .p-money__course {
    font-size: 14px;
    padding-left: 0px;
    padding-bottom: 10px;
  }
}
.p-money__course span {
  font-size: 20px;
}
@media screen and (max-width: 766px) {
  .p-money__course span {
    font-size: 14px;
  }
}

.p-money__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 12px;
}
@media screen and (max-width: 766px) {
  .p-money__column {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 10px;
  }
}

.p-money__regularPrice {
  position: relative;
  display: inline-block;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.175em;
}
@media screen and (max-width: 766px) {
  .p-money__regularPrice {
    font-size: 8px;
  }
}
.p-money__regularPrice span {
  letter-spacing: 0.175em;
}

.p-money__right {
  position: relative;
}

.p-money__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0px;
}
@media screen and (max-width: 766px) {
  .p-money__item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-money__gain {
  position: relative;
  left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
  height: 36px;
  color: #fff;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.175em;
  text-align: center;
  background: #f42190;
}
@media screen and (max-width: 766px) {
  .p-money__gain {
    width: 50px;
    min-width: 50px;
    height: 28px;
    font-size: 9px;
    letter-spacing: 0.1em;
    padding: 8px 0px;
  }
}

.p-money__group {
  position: relative;
  left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.p-money__excludingTax {
  position: relative;
  left: 5px;
  color: #f42190;
  font-family: "shippori-mincho", sans-serif;
  font-size: 33px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 766px) {
  .p-money__excludingTax {
    font-size: 14.85px;
  }
}
.p-money__excludingTax span {
  position: relative;
  left: -2px;
  font-size: 48px;
}
@media screen and (max-width: 766px) {
  .p-money__excludingTax span {
    font-size: 21.6px;
  }
}

.p-money__taxIncluded {
  position: relative;
  top: -5px;
  left: -2px;
  color: #f42190;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.025em;
  text-align: right;
}
@media screen and (max-width: 766px) {
  .p-money__taxIncluded {
    top: -3px;
    left: 0px;
    font-size: 7px;
  }
}
.p-money__taxIncluded span {
  font-family: "shippori-mincho", sans-serif;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 766px) {
  .p-money__taxIncluded span {
    font-size: 10px;
  }
}

.p-money__comment {
  position: relative;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.175em;
  text-align: right;
  margin-top: 15px;
}
@media screen and (max-width: 766px) {
  .p-money__comment {
    font-size: 9px;
    text-align: left;
    letter-spacing: 0.1em;
  }
}

.p-money__link:not(:root) {
  position: relative;
  left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 415px;
  margin: 52px auto 0 auto;
}
@media screen and (max-width: 766px) {
  .p-money__link:not(:root) {
    width: 311.25px;
    margin: 30px auto 0 auto;
  }
}
.p-money__link:not(:root):hover {
  opacity: 0.7;
}
.p-money__link:not(:root) img {
  width: 100%;
}

.p-about {
  color: #1E1E1E;
  position: relative;
  z-index: 1;
  width: 100%;
  background-image: url(../images/about_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 235px;
  padding-bottom: 75px;
}
@media screen and (max-width: 766px) {
  .p-about {
    padding: 50px 20px 50px 20px;
    background: #EBB8C5;
  }
}

.p-about__inner {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.p-about__title {
  position: absolute;
  top: -160px;
  right: 38px;
  width: 531px;
}
@media screen and (max-width: 766px) {
  .p-about__title {
    position: relative;
    top: auto;
    right: auto;
    width: 280px;
    margin: 0 auto;
  }
}
.p-about__title img {
  width: 100%;
}

.p-about__icon {
  position: absolute;
  right: -180px;
  bottom: -100px;
  width: 290px;
}
@media screen and (max-width: 766px) {
  .p-about__icon {
    right: -60px;
    bottom: -80px;
    width: 180px;
  }
}

.p-about__box {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 630px;
  background: rgba(255, 255, 255, 0.89);
  border-radius: 13px;
  padding: 28px 5px 28px 15px;
  margin-left: auto;
}
@media screen and (max-width: 766px) {
  .p-about__box {
    max-width: 100%;
    margin-top: 30px;
  }
}

.p-about__text {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 16px;
  line-height: 2.0625;
  letter-spacing: 0.175em;
}
@media screen and (max-width: 766px) {
  .p-about__text {
    font-size: 14px;
  }
}
.p-about__text span {
  color: #ea3f85;
}

.p-point {
  color: #1E1E1E;
  position: relative;
  width: 100%;
}

.p-point__inner {
  width: 100%;
  max-width: 1102px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 115px;
}
@media screen and (max-width: 766px) {
  .p-point__inner {
    padding: 50px 20px;
  }
}

.p-point__title {
  position: relative;
  left: 10px;
  width: 580px;
  margin: 0 auto;
}
@media screen and (max-width: 766px) {
  .p-point__title {
    width: 280px;
  }
}
.p-point__title img {
  width: 100%;
}

.p-point__img {
  width: 800px;
  margin: 42px auto 0 auto;
}
@media screen and (max-width: 766px) {
  .p-point__img {
    width: 100%;
    margin: 40px auto 0 auto;
  }
}
.p-point__img img {
  width: 100%;
}

.p-point__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
  margin-top: 146px;
}
@media screen and (max-width: 766px) {
  .p-point__wrapper {
    max-width: 400px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 60px;
    margin: 70px auto 0 auto;
  }
}

.p-pointCard {
  position: relative;
  width: 100%;
}

.p-pointCard__icon {
  position: absolute;
  top: -68px;
  left: -5px;
  display: block;
  width: 153px;
}
@media screen and (max-width: 766px) {
  .p-pointCard__icon {
    top: -25px;
    left: -8px;
    display: block;
    width: 100px;
  }
}

.p-pointCard__img {
  width: 100%;
}
.p-pointCard__img img {
  width: 100%;
}

.p-pointCard__group {
  position: relative;
  min-height: 405px;
  border: 2px solid #e465a1;
  border-top: none;
}
@media screen and (max-width: 766px) {
  .p-pointCard__group {
    min-height: auto;
    padding-bottom: 30px;
  }
}

.p-pointCard__title {
  position: absolute;
  top: -30px;
  left: 48%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 286px;
}
@media screen and (max-width: 766px) {
  .p-pointCard__title {
    width: 80%;
  }
}
.p-pointCard__title.big {
  width: 307px;
}
@media screen and (max-width: 766px) {
  .p-pointCard__title.big {
    width: 85%;
  }
}
.p-pointCard__title img {
  width: 100%;
}

.p-pointCard__text {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 16px;
  line-height: 2.0625;
  letter-spacing: 0.1em;
  text-align: justify;
  padding: 40px 14px 0 14px;
}
@media screen and (max-width: 766px) {
  .p-pointCard__text {
    font-size: 14px;
  }
}

.p-design {
  position: relative;
  width: 100%;
  background-image: url(../images/design_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 205px;
  padding-bottom: 150px;
  overflow: hidden;
}
@media screen and (max-width: 766px) {
  .p-design {
    padding: 150px 20px 80px 20px;
  }
}
.p-design::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -55px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 125px 152px 0 152px;
  border-color: #fff transparent transparent transparent;
}
@media screen and (max-width: 766px) {
  .p-design::before {
    top: -20px;
    border-width: 62px 76px 0 76px;
  }
}

.p-design__inner {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  background-image: url(../images/design_bg02.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 200px 98px 55px 98px;
}
@media screen and (max-width: 766px) {
  .p-design__inner {
    background-size: contain;
    background-repeat: repeat;
    padding: 160px 20px 55px 20px;
  }
}

.p-design__title {
  position: absolute;
  top: -95px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 702px;
  margin: 0 auto;
}
@media screen and (max-width: 766px) {
  .p-design__title {
    top: -40px;
    -webkit-transform: translateX(-50%) scale(1.2);
            transform: translateX(-50%) scale(1.2);
  }
}
.p-design__title img {
  width: 100%;
}

.p-design__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 95px 50px;
}
@media screen and (max-width: 766px) {
  .p-design__wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 80px 10px;
  }
}

.p-design__box {
  position: relative;
  width: 100%;
  padding: 17px 20px 25px 20px;
  background: #fff;
  -webkit-box-shadow: 5px 5px 4px rgba(135, 48, 97, 0.3);
          box-shadow: 5px 5px 4px rgba(135, 48, 97, 0.3);
}

.p-design__icon {
  position: absolute;
  top: -68px;
  left: -26px;
  width: 160px;
}
@media screen and (max-width: 766px) {
  .p-design__icon {
    width: 120px;
  }
}
.p-design__icon.size02 {
  width: 184px;
}
@media screen and (max-width: 766px) {
  .p-design__icon.size02 {
    left: -36px;
    width: 134px;
  }
}
.p-design__icon.size03 {
  width: 170px;
}
@media screen and (max-width: 766px) {
  .p-design__icon.size03 {
    width: 130px;
  }
}
.p-design__icon.size04 {
  width: 174px;
}
@media screen and (max-width: 766px) {
  .p-design__icon.size04 {
    left: -30px;
    width: 134px;
  }
}

.p-design__band {
  display: block;
  width: 175px;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.175em;
  padding: 6px 5px;
  background: rgba(249, 228, 239, 0.71);
  margin-left: auto;
  margin-right: 14px;
}
@media screen and (max-width: 766px) {
  .p-design__band {
    width: 150px;
    font-size: 11px;
    margin-right: 0px;
  }
}

.p-design__img {
  width: 100%;
  max-width: 357px;
  margin: 17px auto 0 auto;
}
@media screen and (max-width: 766px) {
  .p-design__img {
    max-width: 100%;
  }
}
.p-design__img img {
  width: 100%;
}

.p-design__subTitle {
  position: relative;
  color: #e26aa4;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 24px;
}
@media screen and (max-width: 766px) {
  .p-design__subTitle {
    font-size: 20px;
  }
}
.p-design__subTitle::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 358px;
  height: 2px;
  background-image: url(../images/design_bar.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 766px) {
  .p-design__subTitle::before {
    width: calc(100% + 10px);
  }
}
.p-design__subTitle span {
  font-size: 36px;
  line-height: 1;
}
@media screen and (max-width: 766px) {
  .p-design__subTitle span {
    font-size: 24px;
  }
}

.p-design__text {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 16px;
  line-height: 2.0625;
  letter-spacing: 0.175em;
  text-align: center;
  margin-top: 8px;
}
@media screen and (max-width: 766px) {
  .p-design__text {
    font-size: 14px;
    margin-top: 14px;
  }
}

.p-design__link:not(:root) {
  position: relative;
  left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 415px;
  margin: 65px auto 0 auto;
}
@media screen and (max-width: 766px) {
  .p-design__link:not(:root) {
    left: 0px;
    width: 290.5px;
    margin: 30px auto 0 auto;
  }
}
.p-design__link:not(:root):hover {
  opacity: 0.7;
}
.p-design__link:not(:root) img {
  width: 100%;
}

.p-acid {
  color: #1E1E1E;
  position: relative;
  width: 100%;
}

.p-acid__inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 150px;
}
@media screen and (max-width: 766px) {
  .p-acid__inner {
    padding: 20px 20px 60px 20px;
  }
}

.p-acid__title {
  position: relative;
  left: 45px;
  width: 100%;
  max-width: 596px;
  margin: 0 auto;
}
@media screen and (max-width: 766px) {
  .p-acid__title {
    left: 16px;
    max-width: 300px;
  }
}
.p-acid__title img {
  width: 100%;
}

.p-acid__table {
  width: 100%;
  margin-top: 60px;
}
@media screen and (max-width: 766px) {
  .p-acid__table {
    margin-top: 40px;
  }
}
.p-acid__table th {
  color: #fff;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4375;
  letter-spacing: 0.175em;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#bc7e97), to(#d494ad));
  background: linear-gradient(90deg, #bc7e97, #d494ad);
  border: 0.75px solid #d494ad;
  padding-bottom: 5px;
}
@media screen and (max-width: 766px) {
  .p-acid__table th {
    font-size: 10px;
    letter-spacing: 0.1em;
    padding-left: 2px;
    padding-right: 2px;
  }
}
.p-acid__table th.bar-white {
  border-bottom: 0.75px solid #fff;
}
.p-acid__table th span {
  display: block;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.15em;
  margin-top: 4px;
}
@media screen and (max-width: 766px) {
  .p-acid__table th span {
    font-size: 8px;
    line-height: 1.5;
    margin-top: 3px;
  }
}
.p-acid__table td {
  border: 0.75px solid #d494ad;
}

.p-point-table__img img {
  display: block;
  width: 119px;
  margin: 0 auto;
}
@media screen and (max-width: 766px) {
  .p-point-table__img img {
    width: 60px;
  }
}
.p-point-table__img p {
  font-size: 10px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.125em;
  text-align: center;
  margin-top: 8px;
}
@media screen and (max-width: 766px) {
  .p-point-table__img p {
    font-size: 8px;
    line-height: 1.2;
    font-weight: 500;
  }
}

.p-point-table__text {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0.17em;
  padding: 26px 20px;
}
@media screen and (max-width: 766px) {
  .p-point-table__text {
    font-size: 10px;
    padding: 10px;
  }
}

.p-reason {
  color: #1E1E1E;
  position: relative;
  width: 100%;
  background-image: url(../images/reason_bg.png);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 766px) {
  .p-reason {
    background-position: center;
  }
}

.p-reason__inner {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding-top: 110px;
  padding-bottom: 170px;
}
@media screen and (max-width: 766px) {
  .p-reason__inner {
    padding: 60px 20px 120px 20px;
  }
}

.p-reason__title {
  width: 100%;
  max-width: 528px;
  margin: 0 auto;
}
@media screen and (max-width: 766px) {
  .p-reason__title {
    max-width: 320px;
  }
}
.p-reason__title img {
  width: 100%;
}

.p-reason__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  margin-top: 30px;
}
@media screen and (max-width: 766px) {
  .p-reason__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 50px;
  }
}

.p-reason__box {
  width: 100%;
}

.p-reason__img {
  width: 100%;
}
.p-reason__img img {
  width: 100%;
}

.p-reason__text {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.175em;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
  padding: 0 10px 0 20px;
  margin-top: 30px;
}
@media screen and (max-width: 766px) {
  .p-reason__text {
    margin-top: 20px;
  }
}

.p-flow {
  width: 100%;
  padding-top: 30px;
}
@media screen and (max-width: 766px) {
  .p-flow {
    margin-top: -60px;
  }
}

.p-flow__inner {
  width: 100%;
  max-width: 825px;
  margin: 0 auto;
}

.p-flow__title {
  position: relative;
  left: 5px;
  width: 100%;
  max-width: 374px;
  margin: 0 auto;
}
@media screen and (max-width: 766px) {
  .p-flow__title {
    max-width: 280px;
  }
}
.p-flow__title img {
  width: 100%;
}

.p-flow__wrapper {
  position: relative;
  left: 45px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin-top: 50px;
}
@media screen and (max-width: 766px) {
  .p-flow__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 50px;
  }
}

.p-flow__box {
  width: 312px;
}
@media screen and (max-width: 766px) {
  .p-flow__box {
    width: 280px;
  }
}
.p-flow__box.pozi {
  position: relative;
  right: 10px;
}
@media screen and (max-width: 766px) {
  .p-flow__box.pozi {
    right: 0px;
  }
}

.p-flow__img {
  width: 240px;
}
.p-flow__img img {
  width: 100%;
}
.p-flow__img.size02 {
  width: 222px;
}
.p-flow__img.size03 {
  position: relative;
  top: -5px;
  width: 256px;
}

.p-flow__text {
  position: relative;
  left: -5px;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0.175em;
  white-space: nowrap;
  text-align: center;
  padding-right: 35px;
  margin-top: 30px;
}
@media screen and (max-width: 766px) {
  .p-flow__text {
    left: -35px;
    padding-right: 0px;
  }
}

.p-detail {
  color: #1E1E1E;
  width: 100%;
  padding-top: 130px;
}
@media screen and (max-width: 766px) {
  .p-detail {
    padding: 80px 15px 0px 15px;
  }
}

.p-detail__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.p-detail__title {
  position: relative;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
}
@media screen and (max-width: 766px) {
  .p-detail__title {
    max-width: 230px;
  }
}
.p-detail__title img {
  width: 100%;
}

.p-detail__table {
  position: relative;
  z-index: 1;
  margin-top: 58px;
}
@media screen and (max-width: 766px) {
  .p-detail__table {
    margin-top: 50px;
  }
}
.p-detail__table::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -2;
  top: -2px;
  left: 0;
  width: calc(100% + 2px);
  height: calc(100% + 4px);
  background: #d494ad;
}
@media screen and (max-width: 766px) {
  .p-detail__table::before {
    top: -1px;
    width: calc(100% + 1px);
    height: calc(100% + 2px);
  }
}
.p-detail__table th, .p-detail__table td {
  position: relative;
  z-index: 2;
}
.p-detail__table th {
  border: 1px solid #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(#d494ad), to(#bc7e97));
  background: linear-gradient(90deg, #d494ad, #bc7e97);
}
@media screen and (max-width: 766px) {
  .p-detail__table th {
    border-bottom: 1px solid #ffffff;
  }
}
.p-detail__table th.bar_top {
  border-top: none;
}
.p-detail__table th.bar_buttom {
  border-bottom: none;
}
.p-detail__table th p {
  color: #fff;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-align: center;
  padding: 10px 0;
}
@media screen and (max-width: 766px) {
  .p-detail__table th p {
    font-size: 12px;
    padding: 10px;
  }
}
.p-detail__table td {
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0);
}
.p-detail__table td p {
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "kozuka-gothic-pr6n", sans-serif;
  font-size: 16px;
  line-height: 1.4375;
  font-weight: 400;
  letter-spacing: 0.15em;
  padding: 10px 10px 10px 25px;
}
@media screen and (max-width: 766px) {
  .p-detail__table td p {
    font-size: 12px;
    padding: 10px;
  }
}

.p-faq {
  width: 100%;
}

.p-faq__inner {
  width: 100%;
  max-width: 1002px;
  margin: 0 auto;
  padding-top: 100px;
}
@media screen and (max-width: 766px) {
  .p-faq__inner {
    padding: 80px 20px 0 20px;
  }
}

.p-faq__title {
  position: relative;
  width: 100%;
  max-width: 415px;
  margin: 0 auto;
}
@media screen and (max-width: 766px) {
  .p-faq__title {
    max-width: 260px;
  }
}
.p-faq__title img {
  width: 100%;
}

.p-faq__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 25px;
  margin-top: 40px;
}

.p-faq__box {
  width: 100%;
  border: 1.2px solid #e26aa4;
}

.p-faq__ques {
  position: relative;
  color: #fff;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.2em;
  padding: 10px 10px 10px 118px;
  background: #e26aa4;
}
@media screen and (max-width: 766px) {
  .p-faq__ques {
    font-size: 18px;
    padding: 10px 10px 10px 65px;
  }
}
.p-faq__ques::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -40px;
  left: -6px;
  width: 125px;
  height: 122px;
  background-image: url(../images/faq_quse.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 766px) {
  .p-faq__ques::before {
    top: -20px;
    left: -6px;
    width: 75px;
    height: 73.2px;
  }
}

.p-faq__group {
  padding: 28px 25px 28px 25px;
}
@media screen and (max-width: 766px) {
  .p-faq__group {
    padding: 20px 15px 20px 15px;
  }
}

.p-faq__ans {
  width: 100%;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.175em;
}
@media screen and (max-width: 766px) {
  .p-faq__ans {
    text-align: justify;
  }
}

.p-price {
  color: #1E1E1E;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 90px;
}
@media screen and (max-width: 766px) {
  .p-price {
    padding-top: 80px;
  }
}

.p-price__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 766px) {
  .p-price__inner {
    padding: 0 15px;
  }
}

.p-price__title {
  position: relative;
  left: -20px;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 766px) {
  .p-price__title {
    left: -10px;
    max-width: 260px;
  }
}
.p-price__title img {
  width: 100%;
}

.p-price__table {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: 50px;
}
@media screen and (max-width: 766px) {
  .p-price__table {
    margin-top: 40px;
  }
}
.p-price__table.mt {
  margin-top: 20px;
}
.p-price__table th, .p-price__table td {
  position: relative;
  z-index: 2;
}
.p-price__table thead {
  position: relative;
}
.p-price__table thead::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: -webkit-gradient(linear, left top, right top, from(#d494ad), to(#bc7e97));
  background: linear-gradient(90deg, #d494ad, #bc7e97);
}
.p-price__table thead th {
  color: #fff;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.175em;
  text-align: center;
  padding: 14px 0px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #ffffff;
}
@media screen and (max-width: 766px) {
  .p-price__table thead th {
    font-size: 10px;
    line-height: 1.4;
    padding: 8px 0;
  }
}
.p-price__table thead th:last-of-type {
  border-right: none;
}
.p-price__table tbody {
  position: relative;
}
.p-price__table tbody::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: -webkit-gradient(linear, left bottom, left top, from(#bc7e97), to(#d494ad));
  background: linear-gradient(0deg, #bc7e97, #d494ad);
}
.p-price__table tbody .bar-not {
  border-top: none;
}
.p-price__table tbody .bar-not-b {
  border-bottom: none;
}
.p-price__table tbody .bar-not-r {
  border-right: none;
}
.p-price__table tbody th {
  border-bottom: 1px solid #ffffff;
  font-weight: 400;
  padding: 0px 0;
}
.p-price__table tbody th.bg {
  background: #ffffff;
}
.p-price__table tbody th.bg-par {
  background: #F9E4EF;
}
.p-price__table tbody th img {
  display: block;
  width: 26px;
  margin: 0 auto;
}
@media screen and (max-width: 766px) {
  .p-price__table tbody th img {
    width: 14px;
  }
}
.p-price__table tbody th p {
  color: #fff;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.15em;
  text-align: center;
  padding: 11px 5px 16px 5px;
}
@media screen and (max-width: 766px) {
  .p-price__table tbody th p {
    font-size: 14px;
    padding: 11px 0px 16px 0px;
  }
}
.p-price__table tbody th p span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 147px;
  height: 22px;
  color: #4D4D4D;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 10px;
  font-weight: 400;
  background: #fff;
  margin: 5px auto 0 auto;
}
@media screen and (max-width: 766px) {
  .p-price__table tbody th p span {
    width: 95px;
    height: 18px;
    font-size: 9px;
  }
}
.p-price__table tbody td {
  padding: 12px 0;
  background: #ffffff;
  border-right: 1px solid rgba(255, 255, 255, 0);
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.p-price__table tbody td.bg {
  background: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.p-price__table tbody td.bg02 {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.p-price__table tbody td p {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.07em;
  text-align: center;
}
@media screen and (max-width: 766px) {
  .p-price__table tbody td p {
    font-size: 10px;
  }
}

.p-price__band {
  position: relative;
  left: 5px;
  width: 100%;
  max-width: 263px;
  height: 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.175em;
  white-space: nowrap;
  text-align: center;
  background: #E53F71;
}
@media screen and (max-width: 766px) {
  .p-price__band {
    left: 0px;
    width: 80%;
    height: auto;
    padding: 2px 0;
    max-width: 100%;
    font-size: 10px;
    margin-bottom: 2px;
  }
}

.p-price__commentBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 20px;
}
@media screen and (max-width: 766px) {
  .p-price__commentBox {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 15px;
  }
}

.p-price__commentGroup {
  position: relative;
  left: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 12px;
  text-align: right;
}
@media screen and (max-width: 766px) {
  .p-price__commentGroup {
    left: 0px;
    gap: 8px;
  }
}

.p-price__comment {
  display: inline-block;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "kozuka-gothic-pr6n", sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.175em;
}
@media screen and (max-width: 766px) {
  .p-price__comment {
    font-size: 9px;
    line-height: 1.5;
    letter-spacing: 0.125em;
    text-align: justify;
  }
}

.p-price__comment02 {
  display: inline-block;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.175em;
  margin-top: 6px;
}
@media screen and (max-width: 766px) {
  .p-price__comment02 {
    font-size: 9px;
    line-height: 1.5;
    text-align: justify;
    padding-right: 0px;
  }
}

.p-handling {
  color: #1E1E1E;
  width: 100%;
  margin-top: 105px;
}
@media screen and (max-width: 766px) {
  .p-handling {
    margin-top: 80px;
  }
}

.p-handling__inner {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
@media screen and (max-width: 766px) {
  .p-handling__inner {
    padding: 0 15px;
  }
}

.p-handling__title {
  color: #fff;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.175em;
  text-align: center;
  padding: 8px 0;
  background: -webkit-gradient(linear, left top, right top, from(#8e2e5a), to(#d86691));
  background: linear-gradient(90deg, #8e2e5a, #d86691);
}
@media screen and (max-width: 766px) {
  .p-handling__title {
    line-height: 1.5;
  }
}
.p-handling__title span {
  font-size: 16px;
}
@media screen and (max-width: 766px) {
  .p-handling__title span {
    font-size: 14px;
    line-height: 1.5;
  }
}

.p-handling__wrapper {
  width: 100%;
  border-top: 1px solid #1E1E1E;
  margin-top: 30px;
}

.p-handling__column {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #1E1E1E;
  padding: 25px 30px 25px 35px;
}
@media screen and (max-width: 766px) {
  .p-handling__column {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 20px;
    padding: 25px 15px 25px 15px;
  }
}

.p-handling__subTitle {
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "kozuka-gothic-pr6n", sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.175em;
}
@media screen and (max-width: 766px) {
  .p-handling__subTitle {
    font-size: 16px;
  }
}

.p-handling__text {
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "kozuka-gothic-pr6n", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
  letter-spacing: 0.175em;
  margin-top: 8px;
}
@media screen and (max-width: 766px) {
  .p-handling__text {
    font-size: 13px;
  }
}

.p-handling__linkBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 18px;
}
@media screen and (max-width: 766px) {
  .p-handling__linkBox {
    width: 210px;
    margin: 0 auto;
  }
}

.p-handling__link:not(:root) {
  position: relative;
  width: 210px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  color: #fff;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.2em;
  background: -webkit-gradient(linear, left top, right top, from(#8e2e5a), to(#d86691));
  background: linear-gradient(90deg, #8e2e5a, #d86691);
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-handling__link:not(:root):hover {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#8e2e5a), to(#8e2e5a));
  background: linear-gradient(90deg, #8e2e5a, #8e2e5a);
}
.p-handling__link:not(:root):hover::after {
  border-color: transparent transparent transparent #fff;
}
.p-handling__link:not(:root)::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #fff;
}

.p-handling__link_pink:not(:root) {
  width: 208px;
  height: 34px;
  padding: 1px;
  color: #c3164d;
}
.p-handling__link_pink:not(:root) span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background: #fff;
}
.p-handling__link_pink:not(:root)::after {
  border-color: transparent transparent transparent #c3164d;
}
.p-handling__link_pink:not(:root):hover span {
  color: #fff;
  background: rgba(255, 255, 255, 0);
}
.p-handling__link_pink:not(:root):hover::after {
  border-color: transparent transparent transparent #fff;
}

.p-other {
  width: 100%;
  margin-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 766px) {
  .p-other {
    margin-top: 80px;
    padding-bottom: 80px;
  }
}

.p-other__inner {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
@media screen and (max-width: 766px) {
  .p-other__inner {
    padding: 0 15px;
  }
}

.p-other__title {
  position: relative;
  width: 100%;
  color: #CE5591;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 29px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (max-width: 766px) {
  .p-other__title {
    font-size: 20px;
  }
}
.p-other__title::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: calc(50% + 200px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 20px;
  width: 118pc;
  height: 42px;
  background-image: url(../images/other_eng.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 766px) {
  .p-other__title::before {
    left: calc(50% + 120px);
    top: 24px;
    width: 70.8px;
    height: 25.2px;
  }
}

.p-other__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 44px;
  margin-top: 78px;
}
@media screen and (max-width: 766px) {
  .p-other__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 40px;
    margin-top: 60px;
  }
}

.p-other__box {
  width: 100%;
}

.p-other__subTitle {
  position: relative;
  color: #c3164d;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.175em;
  padding-left: 24px;
}
.p-other__subTitle::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 6px;
  height: 30px;
  background: -webkit-gradient(linear, left top, right top, from(#8e2e5a), to(#d86691));
  background: linear-gradient(90deg, #8e2e5a, #d86691);
}

.p-other__img {
  display: block;
  width: 100%;
  margin-top: 18px;
}
.p-other__img:hover {
  opacity: 0.7;
}
.p-other__img img {
  width: 100%;
}

.p-other__link:not(:root) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.175em;
  text-align: right;
  text-decoration: none;
  padding-right: 5px;
  margin-top: 12px;
}
.p-other__link:not(:root):hover {
  opacity: 0.7;
}
.p-other__link:not(:root)::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 18px;
  height: 18px;
  background-image: url(../images/other_icon.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-title:not(:root) {
  display: block;
  color: #1E1E1E;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 23px;
  line-height: 1.4347826087;
  font-weight: 500;
  letter-spacing: 0.175em;
  text-align: center;
}
@media screen and (max-width: 766px) {
  .c-title:not(:root) {
    font-size: 16px;
  }
}
.c-title:not(:root) span {
  display: block;
  color: #D3C7BA;
  font-family: "baskerville-display-pt", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 40px;
  line-height: 1.15;
  font-weight: 400;
  letter-spacing: 0.175em;
  text-align: center;
  padding-left: 8px;
  margin-bottom: 6px;
}
@media screen and (max-width: 766px) {
  .c-title:not(:root) span {
    font-size: 32px;
  }
}

.c-title_spa:not(:root) {
  letter-spacing: 0.1em;
}

.c-title_white:not(:root) span {
  color: #fff;
}

.c-title_pl0:not(:root) span {
  padding-left: 0;
}

.c-price-band {
  display: block;
  width: 257px;
  margin: 0 auto;
  color: #fff;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 12px;
  line-height: 1;
  padding: 1.5px;
  letter-spacing: 0.1em;
  text-align: center;
  background: #30B299;
  margin-bottom: 2px;
}
@media screen and (max-width: 766px) {
  .c-price-band {
    width: 90%;
    font-size: 10px;
  }
}

.c-price {
  position: relative;
  left: 5px;
  color: #1E1E1E;
  text-align: center;
}
@media screen and (max-width: 766px) {
  .c-price {
    left: 0px;
  }
}
.c-price_pink {
  color: #E57896;
}
.c-price_orange02 {
  color: #D25A19;
}
.c-price_left {
  text-align: left !important;
  padding-left: 27px;
}
@media screen and (max-width: 766px) {
  .c-price_left {
    padding-left: 10px;
  }
}
.c-price_right:not(:root) {
  position: relative;
  left: 10px;
  margin-top: 3px;
}
@media screen and (max-width: 766px) {
  .c-price_right:not(:root) {
    left: 0px;
  }
}
.c-price.bar::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 38px;
  height: 1px;
  background: #3D3D3D;
}
@media screen and (max-width: 766px) {
  .c-price.pozi {
    left: 0px;
  }
}
.c-price.pozi02 {
  position: relative;
  left: 5px;
}
@media screen and (max-width: 766px) {
  .c-price.pozi02 {
    left: 0px;
  }
}
.c-price .plas {
  display: inline-block;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 22px;
  line-height: 1;
  font-weight: 400;
}
@media screen and (max-width: 766px) {
  .c-price .plas {
    font-size: 14px;
  }
}
.c-price .size01 {
  position: relative;
  left: 5px;
  font-family: "shippori-mincho", sans-serif;
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.149em;
}
@media screen and (max-width: 766px) {
  .c-price .size01 {
    left: 0px;
    font-size: 10.5px;
  }
}
.c-price .size02 {
  position: relative;
  left: 5px;
  font-family: "shippori-mincho", sans-serif;
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 766px) {
  .c-price .size02 {
    left: 0px;
    font-size: 16px;
  }
}
.c-price .size03 {
  position: relative;
  left: -2px;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 766px) {
  .c-price .size03 {
    font-size: 7.7px;
  }
}
.c-price .size04 {
  font-family: "shippori-mincho", sans-serif;
  font-size: 21px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0em;
}
@media screen and (max-width: 766px) {
  .c-price .size04 {
    font-size: 10.5px;
  }
}
.c-price .size05 {
  font-family: "shippori-mincho", sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 766px) {
  .c-price .size05 {
    font-size: 9px;
  }
}
.c-price .size06 {
  font-family: "shippori-mincho", sans-serif;
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 766px) {
  .c-price .size06 {
    font-size: 14px;
  }
}

@media screen and (max-width: 766px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 766px) {
  .sp {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */