@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: #1E1E1E;
  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: 40px 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 #D11562;
  background: #fff;
  color: #D11562;
  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: 45px;
    letter-spacing: 0em;
    font-size: 10px;
  }
}
.p-lists__link span {
  letter-spacing: 0.02em;
}
.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: #D11562;
}
.p-lists__link:hover::before {
  right: 8px;
  background-image: url(../images/arrow_white.png);
}

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

.p-money__inner {
  width: 100%;
}

.p-money__title {
  position: relative;
  left: 5px;
  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: 30px;
  font-weight: 500;
  line-height: 1.3333333333;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (max-width: 766px) {
  .p-money__title {
    font-size: 18px;
  }
}
.p-money__title span {
  display: inline-block;
  font-size: 35px;
}
@media screen and (max-width: 766px) {
  .p-money__title span {
    font-size: 22px;
  }
}
.p-money__title .lespa {
  letter-spacing: 0.1em;
}

.p-money__subTitle {
  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.175em;
  text-align: center;
  padding: 9px 0 9px 0;
  background: #EF3F7F;
  margin-top: 42px;
}
@media screen and (max-width: 766px) {
  .p-money__subTitle {
    font-size: 14px;
    line-height: 1.3;
    margin-top: 30px;
  }
}

.p-money__wrapper {
  width: 100%;
  background: #fff;
  border: 1px solid #EF3F7F;
  padding: 25px 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.05em;
  text-align: center;
  padding-left: 14px;
  padding-bottom: 8px;
  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.3;
  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: #D11562;
}
@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 {
  color: #D11562;
  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 {
  font-size: 48px;
}
@media screen and (max-width: 766px) {
  .p-money__excludingTax span {
    font-size: 21.6px;
  }
}

.p-money__taxIncluded {
  position: relative;
  top: -5px;
  color: #D11562;
  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;
    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;
  right: -5px;
  font-size: 14px;
  text-align: right;
  margin-top: 14px;
}
@media screen and (max-width: 766px) {
  .p-money__comment {
    font-size: 10px;
  }
}

.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: 48px 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-worries {
  width: 100%;
  margin-top: 110px;
}
@media screen and (max-width: 766px) {
  .p-worries {
    margin-top: 50px;
  }
}

.p-worries__section {
  color: #ffffff;
  width: 100%;
  background-image: url(../images/worries_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-worries__section_in {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding-top: 46px;
  padding-bottom: 59px;
}
@media screen and (max-width: 766px) {
  .p-worries__section_in {
    max-width: 100%;
    padding: 50px 15px;
  }
}

.p-worries__title {
  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: 35px;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 766px) {
  .p-worries__title {
    font-size: 20px;
    text-align: center;
  }
}
.p-worries__title .big {
  display: inline-block;
  font-size: 43px;
}
@media screen and (max-width: 766px) {
  .p-worries__title .big {
    position: relative;
    left: 1px;
    font-size: 26px;
  }
}
.p-worries__title .lespa {
  position: relative;
  left: 4px;
  letter-spacing: 0.04em;
}

.p-worries__lists {
  width: 100%;
  max-width: 386px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 14px;
  margin-top: 30px;
}
@media screen and (max-width: 766px) {
  .p-worries__lists {
    max-width: 100%;
  }
}

.p-worries__list {
  position: relative;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.149em;
  padding-top: 6px;
  padding-left: 50px;
  padding-bottom: 9px;
  border-bottom: 0.75px solid #FFFFFF;
}
@media screen and (max-width: 766px) {
  .p-worries__list {
    font-size: 14px;
    letter-spacing: 0.12em;
    line-height: 1.3;
    padding-left: 35px;
  }
}
.p-worries__list::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 4.8px;
  left: 10px;
  width: 24.5px;
  height: 21px;
  background-image: url(../images/list_icon.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 766px) {
  .p-worries__list::before {
    top: 8px;
    width: 17.15px;
    height: 14.7px;
  }
}

.p-worries__arrow {
  width: 100%;
  max-width: 29px;
  margin: 49px auto 0 auto;
}
@media screen and (max-width: 766px) {
  .p-worries__arrow {
    margin: 35px auto 0 auto;
  }
}
.p-worries__arrow img {
  width: 100%;
}

.p-worries__box {
  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: 21px;
  margin-top: 16px;
  margin-right: 30px;
}
@media screen and (max-width: 766px) {
  .p-worries__box {
    gap: 12px;
    margin-top: 10px;
    margin-right: 0px;
  }
}

.p-worries__en {
  width: 79px;
  min-width: 79px;
  height: 79px;
  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: #F4A6C6;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.149em;
  border-radius: 100%;
  border: 1.73px solid #F4A6C6;
}
@media screen and (max-width: 766px) {
  .p-worries__en {
    width: 60px;
    min-width: 60px;
    height: 60px;
    font-size: 10px;
  }
}

.p-worries__band {
  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: 34px;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 766px) {
  .p-worries__band {
    font-size: 26px;
  }
}
.p-worries__band span {
  display: inline;
  font-size: 30px;
  letter-spacing: 0.149em;
}
@media screen and (max-width: 766px) {
  .p-worries__band span {
    font-size: 16px;
  }
}
.p-worries__band span.lespa {
  font-size: 34px;
  letter-spacing: 0em;
  margin-right: 4px;
}
@media screen and (max-width: 766px) {
  .p-worries__band span.lespa {
    font-size: 18px;
  }
}
.p-worries__band span.icon {
  position: relative;
  font-size: 34px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 766px) {
  .p-worries__band span.icon {
    font-size: 18px;
  }
}
.p-worries__band span.icon::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -5px;
  right: 40px;
  width: 148px;
  height: 10.5px;
  background-image: url(../images/worries_icon.png);
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 766px) {
  .p-worries__band span.icon::before {
    left: calc(50% - 12px);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    right: auto;
    width: 81.4px;
    height: 5.775px;
  }
}

.p-worries__section02 {
  color: #1E1E1E;
  width: 100%;
  background: #F5F1F0;
}

.p-worries-recom {
  position: relative;
  padding: 52px 0 59px 0;
}
@media screen and (max-width: 766px) {
  .p-worries-recom {
    padding: 60px 15px;
  }
}

.p-worries-recom__band {
  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;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 766px) {
  .p-worries-recom__band {
    font-size: 20px;
  }
}

.p-worries-recom__title {
  color: #E53F71;
  font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 35px;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 15px;
  padding-left: 10px;
}
@media screen and (max-width: 766px) {
  .p-worries-recom__title {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 10px;
    padding-left: 0px;
  }
}
.p-worries-recom__title span {
  display: inline-block;
}
.p-worries-recom__title .big {
  font-size: 38px;
}
@media screen and (max-width: 766px) {
  .p-worries-recom__title .big {
    font-size: 24px;
  }
}
.p-worries-recom__title .bar {
  padding-bottom: 6px;
  border-bottom: 1px solid #D11562;
}
.p-worries-recom__title .pozi {
  position: relative;
  margin-left: -10px;
  letter-spacing: 0;
}
@media screen and (max-width: 766px) {
  .p-worries-recom__title .pozi {
    margin-left: -4px;
  }
}

.p-worries-recom__img {
  width: 100%;
  max-width: 551px;
  margin: 28px auto 0 auto;
}
.p-worries-recom__img img {
  width: 100%;
}

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

.p-about {
  width: 100%;
}

.p-about__inner {
  width: 100%;
  max-width: 908px;
  margin: 0 auto;
  padding-top: 116px;
  padding-bottom: 120px;
}
@media screen and (max-width: 766px) {
  .p-about__inner {
    padding: 60px 15px;
  }
}

.p-about__box {
  width: 100%;
  max-width: 902px;
  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;
  margin: 44px auto 0 auto;
}
@media screen and (max-width: 766px) {
  .p-about__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 20px;
    margin: 36px auto 0 auto;
  }
}

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

.p-about__text {
  width: 100%;
  max-width: 570px;
  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.75;
  letter-spacing: 0.175em;
  text-align: justify;
}
@media screen and (max-width: 766px) {
  .p-about__text {
    max-width: 100%;
    font-size: 14px;
  }
}

.p-point {
  position: relative;
  z-index: 1;
  color: #1E1E1E;
  width: 100%;
}
.p-point::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 275px;
  background-image: url(../images/point_bg.png);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 766px) {
  .p-point::before {
    height: 240px;
  }
}

.p-point__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: 55px;
}
@media screen and (max-width: 766px) {
  .p-point__inner {
    padding: 60px 15px;
  }
}

.p-point-card {
  width: 100%;
  max-width: 900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 38px auto 0 auto;
}
@media screen and (max-width: 766px) {
  .p-point-card {
    max-width: 500px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin: 36px auto 0 auto;
  }
}

.p-point-card__box {
  position: relative;
  width: 100%;
  max-width: 190px;
}
@media screen and (max-width: 766px) {
  .p-point-card__box {
    max-width: 100%;
  }
}

.p-point-card__img {
  width: 100%;
}
@media screen and (max-width: 766px) {
  .p-point-card__img {
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.16);
            box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.16);
  }
}
.p-point-card__img.shadow {
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.16);
}

.p-point-card__text {
  position: absolute;
  bottom: 8px;
  right: 5px;
  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: 23px;
  font-weight: 500;
  line-height: 1.4347826087;
  letter-spacing: 0.1em;
  text-align: right;
}
@media screen and (max-width: 766px) {
  .p-point-card__text {
    font-size: 18px;
  }
}
.p-point-card__text .min {
  position: relative;
  bottom: 3px;
  right: 4px;
  display: block;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.12em;
}
.p-point-card__text .lespa {
  letter-spacing: -0.08em;
}

.p-point-list {
  width: 100%;
  max-width: 900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 42px;
  margin: 51px auto 0 auto;
}
@media screen and (max-width: 766px) {
  .p-point-list {
    margin: 45px auto 0 auto;
    gap: 30px;
  }
}

.p-point-list__box {
  width: 100%;
}

.p-point-list__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #D11562;
  font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 766px) {
  .p-point-list__title {
    font-size: 20px;
  }
}
.p-point-list__title .point {
  display: inline-block;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.175em;
  margin-right: 4px;
}
.p-point-list__title .number {
  position: relative;
  top: -4px;
  width: 45px;
  height: 45px;
  background: #D11562;
  border-radius: 100%;
  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: "shippori-mincho", sans-serif;
  font-size: 29px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0em;
  margin-right: 16px;
}
@media screen and (max-width: 766px) {
  .p-point-list__title .number {
    top: -2px;
    width: 40px;
    height: 40px;
    font-size: 24px;
    margin-right: 10px;
  }
}

.p-point-list__text {
  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.625;
  letter-spacing: 0.17em;
  text-align: justify;
  margin-top: 5px;
}
@media screen and (max-width: 766px) {
  .p-point-list__text {
    font-size: 14px;
  }
}
.p-point-list__text.lesta {
  letter-spacing: 0.15em;
}

.p-point-item {
  width: 100%;
  margin-top: 110px;
}
@media screen and (max-width: 766px) {
  .p-point-item {
    margin-top: 70px;
  }
}

.p-point-item__box {
  width: 100%;
  max-width: 900px;
  margin: 39px auto 0 auto;
  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;
  background: #F5F1F0;
  padding: 35px 38px 35px 42px;
}
@media screen and (max-width: 766px) {
  .p-point-item__box {
    margin: 30px auto 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 20px;
    padding: 35px 15px;
  }
}

.p-point-item__img {
  width: 100%;
  max-width: 180px;
}
.p-point-item__img img {
  width: 100%;
}

.p-point-item__text {
  width: 100%;
  max-width: 617px;
  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.5;
  letter-spacing: 0.15em;
  text-align: justify;
}
@media screen and (max-width: 766px) {
  .p-point-item__text {
    max-width: 100%;
    font-size: 14px;
  }
}

.p-point-acid {
  width: 100%;
  max-width: 740px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 20px;
}
@media screen and (max-width: 766px) {
  .p-point-acid {
    max-width: 100%;
    gap: 30px;
    margin-top: 40px;
  }
}

.p-point-acid__box {
  position: relative;
  width: 100%;
  max-width: 224px;
}
@media screen and (max-width: 766px) {
  .p-point-acid__box {
    max-width: 50%;
  }
}
.p-point-acid__box::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 93px;
  right: -28px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18.5px 0 18.5px 13px;
  border-color: transparent transparent transparent #CCCCCC;
}
@media screen and (max-width: 766px) {
  .p-point-acid__box::before {
    bottom: 52%;
    right: -24px;
  }
}
.p-point-acid__box:last-of-type::before {
  display: none;
}
@media screen and (max-width: 766px) {
  .p-point-acid__box:nth-of-type(2)::before {
    display: none;
  }
}

@media screen and (max-width: 766px) {
  .p-point-acid__box02 {
    position: relative;
    width: 100%;
    max-width: 45.5%;
    margin: 30px auto 0 auto;
  }
}

.p-point-acid__img {
  width: 100%;
  max-width: 147px;
  margin: 0 auto;
}
@media screen and (max-width: 766px) {
  .p-point-acid__img {
    max-width: 87.4%;
  }
}
.p-point-acid__img img {
  width: 148px;
}
@media screen and (max-width: 766px) {
  .p-point-acid__img img {
    width: 100%;
  }
}

.p-point-acid__img02 {
  width: 100%;
  max-width: 171px;
  margin: 0 auto;
}
@media screen and (max-width: 766px) {
  .p-point-acid__img02 {
    max-width: 153.9px;
    max-width: 100%;
  }
}
.p-point-acid__img02 img {
  position: relative;
  left: 10px;
  width: 100%;
}

.p-point-acid__img03 {
  width: 100%;
  max-width: 147px;
  margin: 0 auto;
}
@media screen and (max-width: 766px) {
  .p-point-acid__img03 {
    max-width: 87.4%;
  }
}
.p-point-acid__img03 img {
  width: 100%;
}

.p-point-acid__text {
  width: 100%;
  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.9375;
  letter-spacing: 0.175em;
  text-align: center;
  background: #EF3F7F;
  margin-top: 14px;
}
@media screen and (max-width: 766px) {
  .p-point-acid__text {
    font-size: 14px;
  }
}

.p-point-cont {
  width: 100%;
  max-width: 900px;
  margin: 42px auto 0 auto;
  padding-bottom: 120px;
}
@media screen and (max-width: 766px) {
  .p-point-cont {
    padding-bottom: 0px;
  }
}

.p-point-cont__title {
  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.2173913043;
  letter-spacing: 0.149em;
  padding-left: 12px;
  border-left: 3px solid #D11562;
  margin-top: 45px;
}
@media screen and (max-width: 766px) {
  .p-point-cont__title {
    font-size: 18px;
    margin-top: 50px;
  }
}

.p-point-table {
  width: 100%;
  margin-top: 28px;
}
.p-point-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: #D11562;
  border: 0.75px solid #D11562;
  padding-bottom: 5px;
}
@media screen and (max-width: 766px) {
  .p-point-table th {
    font-size: 10px;
    letter-spacing: 0.12em;
  }
}
.p-point-table th.bar-white {
  border-bottom: 0.75px solid #fff;
}
.p-point-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-point-table th span {
    font-size: 8px;
    line-height: 1.5;
    margin-top: 3px;
  }
}
.p-point-table td {
  border: 0.75px solid #D11562;
}

.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: 16px 20px;
}
@media screen and (max-width: 766px) {
  .p-point-table__text {
    font-size: 10px;
    padding: 10px;
  }
}

.p-reason {
  width: 100%;
}

.p-reason__inner {
  width: 100%;
  padding: 56px 0 61px 0;
  background: -webkit-gradient(linear, left top, right top, from(#E65675), to(#EC6887));
  background: linear-gradient(90deg, #E65675, #EC6887);
}
@media screen and (max-width: 766px) {
  .p-reason__inner {
    max-width: 100%;
    padding: 50px 15px 60px 15px;
  }
}

.p-reason__wrapper {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 39px;
}
@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: 40px;
  }
}

.p-reason__box {
  width: 100%;
  max-width: 280px;
  background-image: url(../images/reason_bg.png);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 26px 18px 16px 18px;
}
@media screen and (max-width: 766px) {
  .p-reason__box {
    max-width: 100%;
    padding: 26px 18px 30px 18px;
  }
}

.p-reason__number {
  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: 64px;
  height: 51px;
  margin: 0 auto;
  background-image: url(../images/reason_icon.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-reason__number span {
  display: inline-block;
  color: #fff;
  font-family: "shippori-mincho", sans-serif;
  font-size: 29px;
  font-weight: 700;
  text-shadow: 0 0 5px rgba(209, 21, 98, 0.3);
  padding-top: 3px;
}

.p-reason__img {
  width: 100%;
  max-width: 170px;
  margin: 20px auto 0 auto;
}
@media screen and (max-width: 766px) {
  .p-reason__img {
    max-width: 140px;
  }
}
.p-reason__img img {
  width: 100%;
}

.p-reason__title {
  color: #E65675;
  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.45;
  letter-spacing: 0.07em;
  text-align: center;
  margin-top: 14px;
}

.p-reason__text {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-align: justify;
  margin-top: 8px;
}

.p-reason__link {
  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: 48px auto 0 auto;
}
@media screen and (max-width: 766px) {
  .p-reason__link {
    width: 311.25px;
    margin: 30px auto 0 auto;
  }
}
.p-reason__link:hover {
  opacity: 0.7;
}
.p-reason__link img {
  width: 100%;
}

.p-flow {
  color: #1E1E1E;
  width: 100%;
}

.p-flow__inner {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 104px 0 85px 0;
}
@media screen and (max-width: 766px) {
  .p-flow__inner {
    padding: 60px 15px 50px 15px;
  }
}

.p-flow__wrapper {
  position: relative;
  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: 45px;
}
@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: 90px;
    margin-top: 30px;
  }
}

.p-flow__box {
  width: 100%;
  max-width: 185px;
}
@media screen and (max-width: 766px) {
  .p-flow__box {
    position: relative;
    max-width: 100%;
  }
}
@media screen and (max-width: 766px) {
  .p-flow__box::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -70px;
    width: 3px;
    height: 52px;
    background: rgba(209, 21, 98, 0.6);
  }
}
.p-flow__box:last-of-type::before {
  display: none;
}

.p-flow__img {
  position: relative;
  z-index: 3;
  width: 155px;
  margin: 0 auto;
}
@media screen and (max-width: 766px) {
  .p-flow__img {
    width: 120px;
  }
}
.p-flow__img::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -2;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -72px;
  width: 74px;
  height: 3px;
  background: rgba(209, 21, 98, 0.6);
}
@media screen and (max-width: 766px) {
  .p-flow__img::before {
    display: none;
  }
}
.p-flow__img::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  top: 50%;
  width: 155px;
  height: 155px;
  background: #fff;
  border-radius: 100%;
}
.p-flow__img_not::before {
  display: none;
}
.p-flow__img img {
  width: 100%;
}

.p-flow__title {
  color: #D11562;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 17px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 28px;
}

.p-flow__text {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.175em;
  white-space: nowrap;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 766px) {
  .p-flow__text {
    margin-top: 10px;
  }
}
.p-flow__text span {
  white-space: nowrap;
}
.p-flow__text .pozi-l {
  position: relative;
  left: -5px;
}
@media screen and (max-width: 766px) {
  .p-flow__text .pozi-l {
    left: 4px;
  }
}
.p-flow__text .pozi-r {
  position: relative;
  left: 5px;
}

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

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

.p-detail__table {
  border: 1px solid #D11562;
  margin-top: 45px;
}
@media screen and (max-width: 766px) {
  .p-detail__table {
    margin-top: 30px;
    border-top: 1.3px solid #D11562;
    border-bottom: 1.3px solid #D11562;
  }
}
.p-detail__table th {
  background: #D11562;
  border-bottom: 1px solid #ffffff;
}
@media screen and (max-width: 766px) {
  .p-detail__table th {
    border-bottom: 1.3px solid #ffffff;
  }
}
.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: 16px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.175em;
  text-align: center;
  padding: 13px 0;
}
@media screen and (max-width: 766px) {
  .p-detail__table th p {
    font-size: 12px;
    padding: 10px;
  }
}
.p-detail__table th.bar {
  border-bottom: 1px solid #D11562;
}
.p-detail__table td {
  background: #fff;
  border-bottom: 1px solid #D11562;
}
.p-detail__table td p {
  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.4375;
  font-weight: 500;
  letter-spacing: 0.175em;
  padding: 13px 10px 13px 35px;
}
@media screen and (max-width: 766px) {
  .p-detail__table td p {
    font-size: 12px;
    padding: 10px;
  }
}

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

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

.p-price__title {
  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;
  font-weight: 500;
  line-height: 1.0869565217;
  letter-spacing: 0.149em;
  padding-left: 12px;
  border-left: 3px solid #E53F71;
  margin-top: 45px;
}
@media screen and (max-width: 766px) {
  .p-price__title {
    font-size: 18px;
    margin-top: 30px;
  }
}
.p-price__title_mt {
  margin-top: 38px;
}
@media screen and (max-width: 766px) {
  .p-price__title_mt {
    margin-top: 30px;
  }
}

.p-price__table {
  width: 100%;
  margin-top: 50px;
}
@media screen and (max-width: 766px) {
  .p-price__table {
    margin-top: 20px;
  }
}
.p-price__table thead {
  border: 1px solid #D11562;
}
.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: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.175em;
  text-align: center;
  background: #D11562;
  padding: 12px 0px;
}
@media screen and (max-width: 766px) {
  .p-price__table thead th {
    font-size: 10px;
    padding: 10px 0;
  }
}
.p-price__table tbody th {
  background: #FFF3F4;
  border: 1px solid #D11562;
  font-weight: 400;
  padding: 0px 0;
}
.p-price__table tbody th.bg {
  background: #FFF3F4;
}
.p-price__table tbody th p {
  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.4;
  letter-spacing: 0.07em;
  text-align: center;
}
@media screen and (max-width: 766px) {
  .p-price__table tbody th p {
    font-size: 10px;
    padding: 10px 5px;
  }
}
.p-price__table tbody th p span {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 766px) {
  .p-price__table tbody th p span {
    font-size: 8px;
  }
}
.p-price__table tbody td {
  background: #fff;
  border: 1px solid #D11562;
  border-left: none;
  padding: 13.5px 0;
}
.p-price__table tbody td.bar {
  border-top: 1px solid #fff;
}
.p-price__table tbody td.pd {
  padding: 4px 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: 15px;
}
@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: 14px;
  text-align: right;
}
@media screen and (max-width: 766px) {
  .p-price__commentGroup {
    left: 0px;
    gap: 8px;
  }
}

.p-price__comment {
  display: inline-block;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.175em;
}
@media screen and (max-width: 766px) {
  .p-price__comment {
    font-size: 9px;
    line-height: 1.5;
    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-other {
  width: 100%;
  margin-top: 15px;
}

.p-other__inner {
  width: 100%;
  padding-bottom: 80px;
}
@media screen and (max-width: 766px) {
  .p-other__inner {
    padding: 0px 15px 60px 15px;
  }
}

.p-other__box {
  width: 100%;
  max-width: 1024px;
  margin: 45px auto 0 auto;
  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: 1px solid #1E1E1E;
  padding: 38px 40px 37px 45px;
}
@media screen and (max-width: 766px) {
  .p-other__box {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 20px;
    margin: 30px auto 0 auto;
    padding: 28px 15px;
  }
}

.p-other__img {
  width: 100%;
  max-width: 200px;
}
@media screen and (max-width: 766px) {
  .p-other__img {
    max-width: 70%;
    margin: 0 auto;
  }
}
.p-other__img img {
  width: 100%;
}

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

.p-other__title {
  color: #D11562;
  font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 25px;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 766px) {
  .p-other__title {
    font-size: 22px;
  }
}

.p-other__text {
  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.4375;
  font-weight: 500;
  letter-spacing: 0.17em;
  margin-top: 15px;
}
@media screen and (max-width: 766px) {
  .p-other__text {
    font-size: 14px;
  }
}

.p-other__link {
  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: 48px auto 0 auto;
}
@media screen and (max-width: 766px) {
  .p-other__link {
    width: 311.25px;
    margin: 30px auto 0 auto;
  }
}
.p-other__link:hover {
  opacity: 0.7;
}
.p-other__link img {
  width: 100%;
}

.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: 20px;
  line-height: 1.45;
  font-weight: 500;
  letter-spacing: 0.149em;
  text-align: center;
}
@media screen and (max-width: 766px) {
  .c-title:not(:root) {
    font-size: 18px;
  }
}
.c-title:not(:root) span {
  position: relative;
  display: block;
  color: #D11562;
  font-family: "a-otf-ud-reimin-pr6n", sans-serif;
  font-size: 35px;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.15em;
  text-align: center;
  margin-bottom: 9px;
}
@media screen and (max-width: 766px) {
  .c-title:not(:root) span {
    font-size: 32px;
  }
}
.c-title:not(:root) span.lespa {
  letter-spacing: 0.2em;
}
@media screen and (max-width: 766px) {
  .c-title:not(:root) span.lespa {
    font-size: 26px;
  }
}
.c-title:not(:root) span.white {
  color: #fff;
}

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

.c-title_pozi:not(:root) span {
  position: relative;
  left: 4px;
  letter-spacing: 0.2em;
}

.c-price {
  position: relative;
  left: 0px;
  color: #1E1E1E;
  text-align: center;
}
@media screen and (max-width: 766px) {
  .c-price {
    left: -5px;
  }
}
.c-price_pink {
  color: #D11562;
}
.c-price_pink02 {
  color: #D11562;
}
.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.pozi01 {
  position: relative;
  left: 10px;
}
@media screen and (max-width: 766px) {
  .c-price.pozi01 {
    left: 0px;
  }
}
.c-price .size01 {
  position: relative;
  left: 5px;
  font-family: "shippori-mincho", sans-serif;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.149em;
}
@media screen and (max-width: 766px) {
  .c-price .size01 {
    font-size: 13.2px;
  }
}
.c-price .size02 {
  position: relative;
  left: 5px;
  font-family: "shippori-mincho", sans-serif;
  font-size: 29px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 766px) {
  .c-price .size02 {
    font-size: 17.4px;
  }
}
.c-price .size03 {
  position: relative;
  top: -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: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 766px) {
  .c-price .size03 {
    top: -1px;
    left: 5px;
    font-size: 8.4px;
  }
}
@media screen and (max-width: 766px) {
  .c-price .size03.poziSp {
    left: 7px;
  }
}
.c-price .size04 {
  font-family: "shippori-mincho", sans-serif;
  font-size: 17px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0em;
}
@media screen and (max-width: 766px) {
  .c-price .size04 {
    font-size: 11.9px;
  }
}

@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 */