@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: #a38f16;
  width: 100%;
  max-width: 1100px;
  margin: 30px auto 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px 22px;
}
@media screen and (max-width: 766px) {
  .p-lists__lists {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px 10px;
    margin: 20px 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 #a38f16;
  background: #fff;
  color: #a38f16;
  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.pr {
  width: 185px;
  padding-right: 15px;
}
@media screen and (max-width: 766px) {
  .p-lists__link.pr {
    width: calc(100% - 10px);
    padding-right: 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_gold.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: 5px;
    width: 4.75px;
    height: 8.5px;
  }
}
.p-lists__link:hover {
  color: #fff;
  background: #a38f16;
}
.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;
  font-size: 15px;
  letter-spacing: -0.04em;
  padding-right: 10px;
}
@media screen and (max-width: 766px) {
  .p-lists__link span {
    font-size: 8.5px;
    padding-right: 8px;
  }
}

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

.p-money__inner {
  position: relative;
  width: 100%;
}
.p-money__inner::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: -48px;
  right: -148px;
  width: 271px;
  height: 474px;
  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__inner::before {
    top: -30px;
    right: 20px;
    width: 108.4px;
    height: 189.6px;
  }
}

.p-money__band {
  color: #7a7344;
  font-size: 29px;
  font-weight: 500;
  line-height: 1.3333333333;
  letter-spacing: 0.2em;
  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;
  padding-left: 10px;
}
@media screen and (max-width: 766px) {
  .p-money__band {
    font-size: 16px;
    letter-spacing: 0.15em;
    -webkit-text-stroke: 3px #fff;
    text-stroke: 3px #fff;
    paint-order: stroke;
  }
}

.p-money__title {
  position: relative;
  color: #7a7344;
  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: 48px;
  font-weight: 500;
  line-height: 1.3333333333;
  letter-spacing: 0.2em;
  text-align: center;
  margin-top: 5px;
}
@media screen and (max-width: 766px) {
  .p-money__title {
    font-size: 24px;
    letter-spacing: 0.15em;
    -webkit-text-stroke: 3px #fff;
    text-stroke: 3px #fff;
    paint-order: stroke;
  }
}
.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: 8px;
  margin-top: 14px;
}
.p-money__lists li {
  width: 100%;
  max-width: 242px;
  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: 40px;
  padding-top: 2px;
  padding-bottom: 2px;
  color: #fff;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 25px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.1em;
  background: #7a7344;
}
@media screen and (max-width: 766px) {
  .p-money__lists li {
    height: 32px;
    font-size: 10px;
    padding: 0 8px;
  }
}

.p-money__subTitle {
  position: relative;
  z-index: 1;
  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.2em;
  text-align: center;
  padding: 10px 0 10px 10px;
  background-image: url(../images/money_bar.png);
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 34px;
}
@media screen and (max-width: 766px) {
  .p-money__subTitle {
    font-size: 12px;
    line-height: 1.3;
    margin-top: 30px;
  }
}

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

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

.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: 16px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-align: center;
  padding-left: 20px;
  padding-bottom: 9px;
  border-bottom: 1px solid #ab8d53;
}
@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: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-top: 10px;
  }
}

.p-money__left {
  padding-left: 45px;
}
@media screen and (max-width: 766px) {
  .p-money__left {
    padding-left: 0px;
  }
}

.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;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.p-money__gain {
  position: relative;
  width: 100px;
  color: #fff;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  padding: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#8e562b), to(#ab8d53));
  background: linear-gradient(90deg, #8e562b, #ab8d53);
  margin-right: 5px;
}
@media screen and (max-width: 766px) {
  .p-money__gain {
    width: 50px;
    min-width: 50px;
    font-size: 8px;
    margin-left: 2px;
    margin-right: 2px;
    letter-spacing: 0.1em;
  }
}
.p-money__gain span {
  width: 100%;
  display: block;
  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;
}
.p-money__gain .title {
  height: 16px;
  color: #fff;
  letter-spacing: 0.075em;
}
.p-money__gain .text {
  color: #665d1e;
  letter-spacing: -0.075em;
  background: #fff;
  padding-top: 3px;
  padding-bottom: 3px;
}

.p-money__group {
  position: relative;
  left: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-right: 12px;
}
@media screen and (max-width: 766px) {
  .p-money__group {
    padding-right: 0px;
  }
}

.p-money__excludingTax {
  position: relative;
  left: 5px;
  color: #94aa13;
  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: #94aa13;
  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: 6.3px;
  }
}
.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: 9px;
  }
}

.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;
    margin-top: 10px;
  }
}
.p-money__comment span {
  color: #1E1E1E;
  -webkit-text-stroke: 3px #fff;
  text-stroke: 3px #fff;
  paint-order: stroke;
}

.p-money__link:not(:root) {
  position: relative;
  left: -2px;
  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: 400px;
  margin: 20px 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: #474747;
  position: relative;
  z-index: 1;
  width: 100%;
  background: rgba(232, 228, 219, 0.5);
  padding-top: 204px;
  padding-bottom: 75px;
}
@media screen and (max-width: 766px) {
  .p-about {
    padding-top: 50px;
    padding-bottom: 0;
  }
}

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

.p-about__title {
  position: absolute;
  top: -135px;
  right: 64px;
  width: 529px;
}
@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__box {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 643px;
  margin-left: auto;
}
@media screen and (max-width: 766px) {
  .p-about__box {
    max-width: 100%;
    margin-top: 30px;
    padding: 0 20px;
  }
}

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

.p-about__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 55.8333333333%;
  max-width: 804px;
}
@media screen and (max-width: 766px) {
  .p-about__img {
    position: relative;
    width: 90%;
    top: 80px;
    left: auto;
    margin-top: -80px;
  }
}

.p-worries {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 62px auto 0 auto;
}
@media screen and (max-width: 766px) {
  .p-worries {
    padding: 0 20px;
    margin-top: 120px;
  }
}

.p-worries__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 643px;
  margin-left: auto;
}
@media screen and (max-width: 766px) {
  .p-worries__inner {
    max-width: 100%;
  }
}

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

.p-worries__lists {
  position: relative;
  left: -5px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 17px 12px;
  margin-top: 24px;
}
@media screen and (max-width: 766px) {
  .p-worries__lists {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 8px;
    left: 0px;
  }
}

.p-worries__list {
  width: 207px;
  height: 49px;
  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: "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 27px;
  font-weight: 300;
  line-height: 1;
  background: #a88955;
}
@media screen and (max-width: 766px) {
  .p-worries__list {
    width: 100%;
    height: 40px;
    font-size: 16px;
  }
}
.p-worries__list span {
  letter-spacing: 0.125em;
}

.p-design {
  position: relative;
  z-index: 2;
  width: 100%;
  background-image: url(../images/design_bg.png);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 140px;
  padding-bottom: 135px;
  margin-top: 90px;
}
@media screen and (max-width: 766px) {
  .p-design {
    padding: 160px 20px 80px 20px;
    margin-top: 0px;
  }
}

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

.p-design__title {
  position: relative;
  left: -38px;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
@media screen and (max-width: 766px) {
  .p-design__title {
    left: -18px;
    max-width: 280px;
  }
}
.p-design__title img {
  width: 100%;
}

.p-design__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 22px;
  margin-top: 48px;
}

.p-design__column {
  width: 100%;
  min-height: 640px;
  padding-top: 57px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0px 0px 20px rgba(112, 83, 40, 0.5);
          box-shadow: 0px 0px 20px rgba(112, 83, 40, 0.5);
}
@media screen and (max-width: 766px) {
  .p-design__column {
    min-height: auto;
    padding: 40px 20px;
  }
}
.p-design__column.min {
  min-height: 408px;
  padding-top: 70px;
}
@media screen and (max-width: 766px) {
  .p-design__column.min {
    min-height: auto;
    padding: 40px 20px;
  }
}

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

.p-design__subTitle {
  position: relative;
  color: #c66a2c;
  font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 40px;
  line-height: 1.425;
  font-weight: 300;
  letter-spacing: 0.125em;
  padding-left: 25px;
}
@media screen and (max-width: 766px) {
  .p-design__subTitle {
    font-size: 18px;
    padding-left: 65px;
  }
}
.p-design__subTitle::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 11px;
  height: 100%;
  background: #c66a2c;
}
@media screen and (max-width: 766px) {
  .p-design__subTitle::before {
    left: 50px;
    width: 3px;
    min-height: auto;
  }
}
.p-design__subTitle::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -126px;
  width: 88px;
  height: 58px;
  background-image: url(../images/design_number.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 766px) {
  .p-design__subTitle::after {
    left: -5px;
    width: 44px;
    height: 29px;
  }
}
.p-design__subTitle.number02::after {
  background-image: url(../images/design_number02.png);
}
.p-design__subTitle.number03::after {
  background-image: url(../images/design_number03.png);
}

.p-design__text {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 16px;
  line-height: 1.8125;
  letter-spacing: 0.325em;
  margin-top: 18px;
}
@media screen and (max-width: 766px) {
  .p-design__text {
    font-size: 14px;
    margin-top: 20px;
  }
}

.p-design__group {
  width: 100%;
  max-width: 610px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 37px;
  margin: 55px auto 0 auto;
}
@media screen and (max-width: 766px) {
  .p-design__group {
    max-width: 100%;
    gap: 15px;
    margin: 30px auto 0 auto;
  }
}

.p-design__img {
  width: 100%;
}
.p-design__img img {
  width: 100%;
}
.p-design__img figcaption {
  color: #fff;
  font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.7777777778;
  font-weight: 300;
  letter-spacing: 0.075em;
  text-align: center;
  background: #474747;
}
@media screen and (max-width: 766px) {
  .p-design__img figcaption {
    font-size: 10px;
    letter-spacing: 0em;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.p-design__img figcaption.brown {
  background: #c66a2c;
}

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

.p-difference__bgImg {
  width: 100%;
  height: 227px;
  background-image: url(../images/difference_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 25px;
}
@media screen and (max-width: 766px) {
  .p-difference__bgImg {
    height: 100px;
    padding-top: 15px;
    background-position: top right 30%;
  }
}

.p-difference__title {
  position: relative;
  left: -45px;
  width: 100%;
  max-width: 744px;
  margin: 0 auto;
}
@media screen and (max-width: 766px) {
  .p-difference__title {
    left: -20px;
    max-width: 320px;
  }
}
.p-difference__title img {
  width: 100%;
}

.p-difference__inner {
  width: 100%;
  max-width: 1100px;
  margin: 114px auto 0 auto;
  padding-bottom: 142px;
}
@media screen and (max-width: 766px) {
  .p-difference__inner {
    padding: 0px 20px 60px 20px;
    margin-top: 90px;
  }
}

.p-difference__table {
  width: 100%;
}
.p-difference__table thead {
  background: linear-gradient(90deg, #ffffff 0, #ffffff 224px, #8e562b 224px, #ab8d53 100%);
}
@media screen and (max-width: 766px) {
  .p-difference__table thead {
    background: linear-gradient(90deg, #ffffff 0, #ffffff 0px, #8e562b 0px, #ab8d53 100%);
  }
}
.p-difference__table thead th {
  position: relative;
  color: #fff;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "kozuka-gothic-pr6n", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 766px) {
  .p-difference__table thead th {
    font-size: 10px;
    text-align: center;
  }
}
.p-difference__table thead th:nth-of-type(1) {
  background: #fff;
}
.p-difference__table thead th:nth-of-type(2)::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -74px;
  right: 5px;
  width: 119px;
  height: 209px;
  background-image: url(../images/difference_img.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 766px) {
  .p-difference__table thead th:nth-of-type(2)::before {
    left: 48%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    right: auto;
    width: 47.6px;
    height: 83.6px;
  }
}
.p-difference__table thead th:nth-of-type(3)::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -55px;
  right: 28px;
  width: 77px;
  height: 194px;
  background-image: url(../images/difference_img02.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 766px) {
  .p-difference__table thead th:nth-of-type(3)::before {
    top: -72px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    right: auto;
    width: 32.34px;
    height: 81.48px;
  }
}
.p-difference__table thead th:nth-of-type(4)::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -74px;
  right: 7px;
  width: 121px;
  height: 216px;
  background-image: url(../images/difference_img03.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 766px) {
  .p-difference__table thead th:nth-of-type(4)::before {
    top: -72px;
    left: 48%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    right: auto;
    width: 45.98px;
    height: 82.08px;
  }
}
.p-difference__table thead th span {
  display: inline-block;
  letter-spacing: 0.35em;
  padding-top: 40px;
  padding-left: 24px;
  padding-bottom: 41px;
}
@media screen and (max-width: 766px) {
  .p-difference__table thead th span {
    padding: 14px 0;
    letter-spacing: 0.05em;
  }
}
.p-difference__table tbody th {
  color: #fff;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "kozuka-gothic-pr6n", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.15em;
  text-align: center;
  background: #a88955;
  border: 1px solid #a88955;
  border-bottom: 1px solid #fff;
  padding-top: 37px;
  padding-bottom: 37px;
}
@media screen and (max-width: 766px) {
  .p-difference__table tbody th {
    font-size: 9px;
    line-height: 1.3;
    letter-spacing: 0em;
    padding: 10px 4px;
  }
}
.p-difference__table tbody th span {
  letter-spacing: 0.3em;
}
@media screen and (max-width: 766px) {
  .p-difference__table tbody th span {
    letter-spacing: 0em;
  }
}
.p-difference__table tbody td {
  color: #474747;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.3em;
  text-align: center;
  border: 1px solid #a88955;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 766px) {
  .p-difference__table tbody td {
    font-size: 9px;
    letter-spacing: 0em;
    padding: 10px 4px;
  }
}

.p-kinds {
  position: relative;
  z-index: 1;
  width: 100%;
  background: rgba(168, 137, 85, 0.66);
}
.p-kinds::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 754px;
  height: 606px;
  background-image: url(../images/kinds_item.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 766px) {
  .p-kinds::before {
    width: 301.6px;
    height: 242.4px;
  }
}

.p-kinds__inner {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding-top: 64px;
  padding-left: 10px;
  padding-bottom: 55px;
}
@media screen and (max-width: 766px) {
  .p-kinds__inner {
    padding: 50px 20px;
  }
}

.p-kinds__title {
  position: relative;
  width: 100%;
  max-width: 522px;
  margin: 0 auto;
}
.p-kinds__title img {
  width: 100%;
}

.p-kinds__text {
  color: #fff;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "kozuka-gothic-pr6n", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.89375;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: -5px;
}
@media screen and (max-width: 766px) {
  .p-kinds__text {
    font-size: 14px;
    line-height: 2;
    text-align: justify;
    margin-top: 20px;
  }
}

.p-kinds__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0px 65px;
  margin-top: 24px;
}
@media screen and (max-width: 766px) {
  .p-kinds__wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 5px;
    margin-top: 24px;
  }
}

.p-kinds__img {
  width: 100%;
  margin-top: -20px;
}
@media screen and (max-width: 766px) {
  .p-kinds__img {
    width: calc(100% + 8px);
    margin-top: 0px;
  }
}
.p-kinds__img img {
  width: 100%;
}

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

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

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

.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;
  margin-top: 40px;
}
@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__wrapper::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 184px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 620px;
  height: 1px;
  background: #ab8d53;
}
@media screen and (max-width: 766px) {
  .p-flow__wrapper::before {
    display: none;
  }
}

.p-flow__box {
  position: relative;
  z-index: 2;
}
.p-flow__box.mg {
  margin: 0 50px;
}
@media screen and (max-width: 766px) {
  .p-flow__box.mg {
    margin: 0;
  }
}

.p-flow__img {
  width: 226px;
  margin: 0 auto;
}
@media screen and (max-width: 766px) {
  .p-flow__img {
    width: 180px;
  }
}
.p-flow__img img {
  width: 100%;
}

.p-flow__text {
  position: relative;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "kozuka-gothic-pr6n", sans-serif;
  font-size: 16px;
  line-height: 1.5625;
  font-weight: 400;
  letter-spacing: 0.175em;
  white-space: nowrap;
  text-align: center;
  margin-top: 20px;
}
.p-detail {
  color: #1E1E1E;
  width: 100%;
  padding-top: 128px;
  padding-bottom: 108px;
}
@media screen and (max-width: 766px) {
  .p-detail {
    padding: 80px 15px 0px 15px;
  }
}

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

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

.p-detail__table {
  position: relative;
  z-index: 1;
  margin-top: 35px;
}
@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: -1px;
  left: 0;
  width: calc(100% + 1px);
  height: calc(100% + 2px);
  background: #ab8d53;
}
.p-detail__table th, .p-detail__table td {
  position: relative;
  z-index: 2;
}
.p-detail__table th {
  border: 1px solid #ffffff;
  background: linear-gradient(135deg, #8e562b, #ab8d53);
}
@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: 18px;
  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.175em;
  padding: 13px 10px 13px 35px;
}
@media screen and (max-width: 766px) {
  .p-detail__table td p {
    font-size: 12px;
    padding: 10px;
  }
}

.p-faq {
  width: 100%;
  background: rgba(232, 228, 219, 0.5);
}

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

.p-faq__title {
  position: relative;
  width: 100%;
  max-width: 160px;
  margin: 0 auto;
}
@media screen and (max-width: 766px) {
  .p-faq__title {
    max-width: 120px;
  }
}
.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: 40px;
  margin-top: 37px;
}

.p-faq__box {
  width: 100%;
}

.p-faq__ques {
  position: relative;
  width: 654px;
  height: 75px;
  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;
  margin: 0 auto 50px auto;
  color: #fff;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 23px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-align: center;
  background: #7a7344;
}
@media screen and (max-width: 766px) {
  .p-faq__ques {
    width: 100%;
    height: 50px;
    font-size: 15px;
    padding: 10px 0;
  }
}
.p-faq__ques::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -22px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 23px 23px 0 23px;
  border-color: #7a7344 transparent transparent transparent;
}

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

.p-faq__img {
  width: 100%;
  max-width: 378px;
  margin: 6px auto 24px auto;
}
@media screen and (max-width: 766px) {
  .p-faq__img {
    max-width: 280px;
    margin: 10px auto 24px auto;
  }
}
.p-faq__img img {
  width: 100%;
}

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

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

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

.p-price__table {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: 21px;
}
.p-price__table::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: linear-gradient(45deg, #8e562b, #ab8d53);
}
.p-price__table th, .p-price__table td {
  position: relative;
  z-index: 2;
}
.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.12em;
  text-align: center;
  padding: 14px 0px;
  border-right: 1px solid #fff;
}
@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 .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 .bar-r {
  border-right: 1px solid #8e562b;
}
.p-price__table tbody th {
  font-weight: 400;
  padding: 0px 0;
  background: #E9E3D7;
  border-bottom: 1px solid #8e562b;
}
.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: 17px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.12em;
  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 {
  padding: 11px 0;
  border-bottom: 1px solid #8e562b;
  background: #fff;
}
.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: 16px;
}
@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-handling {
  color: #1E1E1E;
  width: 100%;
  margin-top: 55px;
  padding-bottom: 100px;
}
@media screen and (max-width: 766px) {
  .p-handling {
    margin-top: 50px;
    padding-bottom: 80px;
  }
}

.p-handling__inner {
  width: 100%;
  max-width: 1020px;
  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(#8e562b), to(#ab8d53));
  background: linear-gradient(90deg, #8e562b, #ab8d53);
}
@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 #333333;
  padding: 25px 25px 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(#8e562b), to(#ab8d53));
  background: linear-gradient(90deg, #8e562b, #ab8d53);
  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(#8e562b), to(#8e562b));
  background: linear-gradient(90deg, #8e562b, #8e562b);
}
.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_gold:not(:root) {
  width: 208px;
  height: 34px;
  padding: 1px;
  color: #a88955;
}
.p-handling__link_gold: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_gold:not(:root)::after {
  border-color: transparent transparent transparent #a88955;
}
.p-handling__link_gold:not(:root):hover span {
  color: #fff;
  background: rgba(255, 255, 255, 0);
}
.p-handling__link_gold: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 {
  position: relative;
  left: 5px;
  color: #5E5E5E;
  text-align: center;
}
@media screen and (max-width: 766px) {
  .c-price {
    left: 0px;
  }
}
.c-price_green {
  color: #94aa13;
}
.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 .size01 {
  position: relative;
  left: 5px;
  font-family: "shippori-mincho", sans-serif;
  font-size: 23px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.149em;
}
@media screen and (max-width: 766px) {
  .c-price .size01 {
    left: 0px;
    font-size: 11.5px;
  }
}
.c-price .size02 {
  position: relative;
  left: 5px;
  font-family: "shippori-mincho", sans-serif;
  font-size: 34px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 766px) {
  .c-price .size02 {
    left: 0px;
    font-size: 17px;
  }
}
.c-price .size03 {
  position: relative;
  left: 0px;
  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: 13px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 766px) {
  .c-price .size03 {
    font-size: 9.1px;
  }
}
.c-price .size04 {
  font-family: "shippori-mincho", sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0em;
}
@media screen and (max-width: 766px) {
  .c-price .size04 {
    font-size: 12.6px;
  }
}
.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 */