@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap");
@media screen and (max-width: 767px) {
  .pc-br {
    display: none;
  }
}

.sp-br {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-br {
    display: block;
    line-height: 0;
  }
}

.page-information {
  margin-top: 100px;
}

.plan-detail {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 80px;
  background: url(/assets/img/plan/hakama/pc_bg_all.webp) repeat-y center top -110px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media screen and (min-width: 1920px) {
  .plan-detail {
    background-size: 100% auto;
  }
}
@media screen and (max-width: 767px) {
  .plan-detail {
    padding-left: 2.5641025641vw;
    padding-right: 2.5641025641vw;
    padding-bottom: 15.3846153846vw;
    background: url(/assets/img/plan/hakama/sp_bg_all.webp) repeat-y center top;
    background-size: 100% auto;
  }
}

.plan-hakama-extra {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .plan-hakama-extra {
    width: 100%;
    padding-bottom: 0;
  }
}
.plan-hakama-extra img {
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .plan-hakama-extra img {
    border-radius: 1.2820512821vw;
  }
}

.hakama-extra-headline {
  max-width: 400px;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .hakama-extra-headline {
    max-width: 100%;
    text-align: center;
  }
}
.hakama-extra-headline:after {
  display: none;
}
.hakama-extra-headline img {
  width: 312px;
}
@media screen and (max-width: 767px) {
  .hakama-extra-headline img {
    width: 80vw;
  }
}

@media screen and (max-width: 767px) {
  .hakama-extra-info {
    padding-top: 10.2564102564vw;
  }
}

.hakama-extra-info-lead {
  max-width: 400px;
  margin: 0 auto;
  padding: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .hakama-extra-info-lead {
    max-width: 100%;
    padding: 5.1282051282vw 5.1282051282vw 0;
  }
}
.hakama-extra-info-lead .is-text {
  font-size: 14px;
  line-height: 2.28;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 767px) {
  .hakama-extra-info-lead .is-text {
    font-size: 3.5897435897vw;
    line-height: 1.8;
    font-weight: 600;
  }
}

.l-hakama-wrap {
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 0 0;
  color: #333;
}
@media screen and (max-width: 767px) {
  .l-hakama-wrap {
    max-width: 100%;
    padding: 13.3333333333vw 0 0;
  }
}
@media screen and (max-width: 767px) {
  .l-hakama-wrap.pt-up {
    padding-top: 25.641025641vw;
  }
}
@media screen and (max-width: 767px) {
  .l-hakama-wrap.last-cv {
    background: #fff;
  }
}

.p-hakama-headline {
  text-align: center;
}

.p-hakama-anchor {
  width: 100%;
  margin-top: -80px;
}
@media screen and (max-width: 767px) {
  .p-hakama-anchor {
    padding: 0 2.5641025641vw;
    margin-top: -5.1282051282vw;
  }
}

.p-hakama-anchor-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-hakama-anchor-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.5641025641vw;
  }
}

.p-hakama-anchor-item {
  width: 180px;
}
@media screen and (max-width: 767px) {
  .p-hakama-anchor-item {
    width: calc(50% - 2.5641025641vw);
  }
}
.p-hakama-anchor-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 44px;
  background: #ef6b89;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  -webkit-transition: background ease 0.4s, color ease 0.4s;
  transition: background ease 0.4s, color ease 0.4s;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-hakama-anchor-item a {
    height: 12.3076923077vw;
    border-radius: 1.2820512821vw;
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .p-hakama-anchor-item a:hover {
    background: #F8F1F2;
    color: #ef6b89;
  }
  .p-hakama-anchor-item a:hover span:after {
    border-right: 1px solid #ef6b89;
    border-bottom: 1px solid #ef6b89;
  }
}
@media screen and (max-width: 767px) {
  .p-hakama-anchor-item a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 3.0769230769vw;
    width: 1.0256410256vw;
    height: 1.0256410256vw;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg) translateY(-2px);
            transform: rotate(45deg) translateY(-2px);
    -webkit-transform-origin: right 50% 0;
            transform-origin: right 50% 0;
    -webkit-transition: border ease 0.4s;
    transition: border ease 0.4s;
  }
}
.p-hakama-anchor-item span {
  display: inline-block;
  position: relative;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-hakama-anchor-item span {
    font-size: 3.5897435897vw;
  }
}
.p-hakama-anchor-item span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -12px;
  width: 5px;
  height: 5px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-2px);
          transform: rotate(45deg) translateY(-2px);
  -webkit-transform-origin: right 50% 0;
          transform-origin: right 50% 0;
  -webkit-transition: border ease 0.4s;
  transition: border ease 0.4s;
}
@media screen and (max-width: 767px) {
  .p-hakama-anchor-item span:after {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .p-hakama-point .p-hakama-headline img {
    width: 83.0769230769vw;
  }
}

.p-hakama-point-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  padding-top: 48px;
}
@media screen and (max-width: 767px) {
  .p-hakama-point-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
    padding-top: 15.3846153846vw;
  }
}

.p-hakama-point-item {
  background: #fff;
  position: relative;
  z-index: 1;
  border-radius: 15px;
  padding: 0 20px 16px;
  width: 32%;
  -webkit-box-shadow: 1px 1px 10px 2px rgba(195, 110, 129, 0.2);
          box-shadow: 1px 1px 10px 2px rgba(195, 110, 129, 0.2);
}
@media screen and (max-width: 767px) {
  .p-hakama-point-item {
    width: 100%;
    border-radius: 3.8461538462vw;
    padding: 0 5.1282051282vw 6.1538461538vw;
  }
}
@media screen and (max-width: 767px) {
  .p-hakama-point-item + .p-hakama-point-item {
    margin-top: 12.3076923077vw;
  }
}
.p-hakama-point-item .is-item-num {
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: center;
  margin-top: -25px;
}
@media screen and (max-width: 767px) {
  .p-hakama-point-item .is-item-num {
    margin-top: -6.4102564103vw;
  }
}
.p-hakama-point-item .is-item-num img {
  width: 50px;
}
@media screen and (max-width: 767px) {
  .p-hakama-point-item .is-item-num img {
    width: 12.8205128205vw;
  }
}
.p-hakama-point-item .is-item-headline {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #EF6B89;
}
@media screen and (max-width: 767px) {
  .p-hakama-point-item .is-item-headline {
    height: auto;
    padding: 4.1025641026vw 0;
    font-size: 4.1025641026vw;
  }
}
.p-hakama-point-item .is-item-image img {
  max-width: 100%;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .p-hakama-point-item .is-item-image img {
    border-radius: 1.2820512821vw;
  }
}
.p-hakama-point-item .is-item-lead {
  padding: 15px 10px 0;
}
@media screen and (max-width: 767px) {
  .p-hakama-point-item .is-item-lead {
    padding: 3.8461538462vw 2.5641025641vw 0;
  }
}
.p-hakama-point-item .is-item-lead .is-text {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .p-hakama-point-item .is-item-lead .is-text {
    font-size: 3.5897435897vw;
    letter-spacing: 0.05em;
  }
}
.p-hakama-point-item .is-item-lead .is-text b {
  font-weight: 400;
  color: #EF6B89;
}

@media screen and (max-width: 767px) {
  .p-hakama-service .p-hakama-headline img {
    width: 44.6153846154vw;
  }
}

.p-hakama-service-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 28px;
  padding-top: 32px;
}
@media screen and (max-width: 767px) {
  .p-hakama-service-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
    padding: 8.2051282051vw 5.1282051282vw 0;
  }
}

.p-hakama-service-item {
  width: 32%;
}
@media screen and (max-width: 767px) {
  .p-hakama-service-item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-hakama-service-item + .p-hakama-service-item {
    margin-top: 16.4102564103vw;
  }
}

.p-hakama-service-image {
  position: relative;
  width: 100%;
  z-index: 1;
}
.p-hakama-service-image .is-item-num {
  position: absolute;
  left: -12px;
  top: 0;
  width: 100%;
  z-index: 2;
  margin-top: -20px;
}
@media screen and (max-width: 767px) {
  .p-hakama-service-image .is-item-num {
    left: -3.0769230769vw;
    margin-top: -5.1282051282vw;
  }
}
.p-hakama-service-image .is-item-num span {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #EF6B89;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  line-height: 40px;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-hakama-service-image .is-item-num span {
    width: 10.2564102564vw;
    height: 10.2564102564vw;
    font-size: 3.5897435897vw;
    line-height: 10.2564102564vw;
  }
}
.p-hakama-service-image .is-item-image img {
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .p-hakama-service-image .is-item-image img {
    border-radius: 1.2820512821vw;
  }
}
.p-hakama-service-image .is-image-catch {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-hakama-service-image .is-image-catch {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-hakama-service-image .is-image-catch img {
    max-width: 100%;
  }
}

.p-hakama-service-item-headline {
  padding-top: 20px;
  font-size: 16px;
  font-weight: 600;
  color: #EF6B89;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-hakama-service-item-headline {
    padding-top: 4.1025641026vw;
    font-size: 4.1025641026vw;
  }
}

.p-hakama-service-item-catch {
  padding: 16px 0 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-hakama-service-item-catch {
    padding: 3.8461538462vw 0 0;
  }
}
.p-hakama-service-item-catch .is-text {
  width: 100%;
  height: 42px;
  border-radius: 21px/50%;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 42px;
}
@media screen and (max-width: 767px) {
  .p-hakama-service-item-catch .is-text {
    height: 10.7692307692vw;
    border-radius: 5.3846153846vw/50%;
    font-size: 3.5897435897vw;
    line-height: 10.7692307692vw;
  }
}
.p-hakama-service-item-catch .is-text b {
  font-size: 18px;
  font-weight: 600;
  color: #EF6B89;
}
@media screen and (max-width: 767px) {
  .p-hakama-service-item-catch .is-text b {
    font-size: 4.6153846154vw;
  }
}
.p-hakama-service-item-catch .is-text.is-pink {
  background: #FBF2F4;
}
.p-hakama-service-item-catch .is-text.is-gray {
  background: #F5F5F5;
}
.p-hakama-service-item-catch .is-text + .is-text {
  margin-top: 17px;
}
@media screen and (max-width: 767px) {
  .p-hakama-service-item-catch .is-text + .is-text {
    margin-top: 3.0769230769vw;
  }
}

.p-hakama-service-item-lead {
  padding: 16px 0 0;
}
@media screen and (max-width: 767px) {
  .p-hakama-service-item-lead {
    padding: 2.5641025641vw 0 0;
  }
}
.p-hakama-service-item-lead .is-annotation {
  font-size: 10px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-hakama-service-item-lead .is-annotation {
    font-size: 2.5641025641vw;
  }
}

@media screen and (max-width: 767px) {
  .p-hakama-set .p-hakama-headline img {
    width: 65.8974358974vw;
  }
}

.p-set-main {
  width: 100%;
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-set-main {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 8.2051282051vw;
    gap: 0;
  }
}

.p-set-main-image {
  width: 440px;
}
@media screen and (max-width: 767px) {
  .p-set-main-image {
    width: 100%;
    padding: 0 2.5641025641vw;
  }
}
.p-set-main-image img {
  max-width: 100%;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .p-set-main-image img {
    border-radius: 1.2820512821vw;
  }
}

.p-set-main-content {
  width: 420px;
}
@media screen and (max-width: 767px) {
  .p-set-main-content {
    width: 100%;
    padding: 8.2051282051vw 5.1282051282vw 0;
  }
}
.p-set-main-content dl dt {
  font-size: 14px;
  font-weight: 700;
  color: #EF6B89;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 767px) {
  .p-set-main-content dl dt {
    font-size: 3.5897435897vw;
  }
}
.p-set-main-content dl dd {
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-set-main-content dl dd {
    padding-top: 2.5641025641vw;
  }
}

.p-main-content-list {
  width: 100%;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid black;
  border-radius: 5px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-main-content-list {
    height: 12.3076923077vw;
    border-radius: 1.2820512821vw;
  }
}
.p-main-content-list.color-pink {
  border: 1px solid #EF6B89;
}
.p-main-content-list.color-pink .p-main-content-item span {
  background: #EF6B89;
}
.p-main-content-list.color-purple {
  border: 1px solid #BBA1CB;
}
.p-main-content-list.color-purple .p-main-content-item span {
  background: #BBA1CB;
}
.p-main-content-list + .p-main-content-list {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-main-content-list + .p-main-content-list {
    margin-top: 2.5641025641vw;
  }
}

.p-main-content-item {
  padding-left: 16px;
  letter-spacing: 0.075em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .p-main-content-item {
    padding-left: 4.1025641026vw;
    font-size: 3.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-main-content-item + .p-main-content-item {
    padding-left: 7.6923076923vw;
  }
}
.p-main-content-item span {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 12px;
  font-size: 10px;
  color: #fff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 20px;
}
@media screen and (max-width: 767px) {
  .p-main-content-item span {
    width: 5.1282051282vw;
    height: 5.1282051282vw;
    margin-right: 1.2820512821vw;
    font-size: 2.5641025641vw;
    line-height: 5.1282051282vw;
  }
}

.p-set-sub {
  width: 100%;
  padding: 60px 0 0;
}
@media screen and (max-width: 767px) {
  .p-set-sub {
    padding: 15.3846153846vw 0 0;
  }
}

.p-set-sub-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .p-set-sub-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
  }
}

.p-set-sub-item {
  width: 320px;
  background: #fff;
  padding: 0 20px 32px;
  border-radius: 15px;
  -webkit-box-shadow: 1px 1px 10px 2px rgba(195, 110, 129, 0.2);
          box-shadow: 1px 1px 10px 2px rgba(195, 110, 129, 0.2);
}
@media screen and (max-width: 767px) {
  .p-set-sub-item {
    width: 100%;
    padding: 10.2564102564vw 5.1282051282vw 8.2051282051vw;
    border-radius: 3.8461538462vw;
  }
}
@media screen and (max-width: 767px) {
  .p-set-sub-item + .p-set-sub-item {
    margin-top: 10.2564102564vw;
  }
}
.p-set-sub-item.has-bg {
  background: url(/assets/img/plan/hakama/set_sub_bg_purple.webp) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-set-sub-item.has-bg {
    background: url(/assets/img/plan/hakama/set_sub_bg_purple_sp.webp) no-repeat center center;
    background-size: cover;
  }
}
.p-set-sub-item.has-bg .is-item-image {
  padding-top: 20px;
}
.p-set-sub-item.has-bg .is-item-image img {
  max-width: 90%;
  border-radius: 0;
}
.p-set-sub-item .is-item-headline {
  width: 100%;
  height: 100px;
  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;
  font-size: 16px;
  font-weight: 600;
  color: #EF6B89;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-set-sub-item .is-item-headline {
    height: auto;
    padding: 0 0 4.1025641026vw;
    font-size: 4.1025641026vw;
  }
}
.p-set-sub-item .is-item-image {
  text-align: center;
}
.p-set-sub-item .is-item-image img {
  max-width: 100%;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .p-set-sub-item .is-item-image img {
    border-radius: 1.2820512821vw;
  }
}
.p-set-sub-item .is-item-price {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-set-sub-item .is-item-price {
    padding-top: 7.6923076923vw;
  }
}
.p-set-sub-item .is-item-price .inner-flex-item {
  width: 50%;
}
.p-set-sub-item .is-item-price dt {
  font-size: 14px;
  font-weight: 700;
  color: #EF6B89;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 767px) {
  .p-set-sub-item .is-item-price dt {
    font-size: 3.5897435897vw;
  }
}
.p-set-sub-item .is-item-price dd {
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-set-sub-item .is-item-price dd {
    padding-top: 2.5641025641vw;
  }
}
.p-set-sub-item .is-item-price dd .is-text {
  font-size: 12px;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .p-set-sub-item .is-item-price dd .is-text {
    font-size: 3.5897435897vw;
  }
}
.p-set-sub-item .is-item-price dd .is-text:before {
  content: "・";
}
.p-set-sub-item .is-item-price dd .is-text span {
  display: inline-block;
  min-width: 3.5em;
}
@media screen and (max-width: 767px) {
  .p-set-sub-item .is-item-price dd .is-text span {
    min-width: 13.3333333333vw;
  }
}
.p-set-sub-item .is-item-price dd .is-text small {
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .p-set-sub-item .is-item-price dd .is-text small {
    font-size: 2.5641025641vw;
  }
}
.p-set-sub-item .is-item-lead {
  padding-top: 16px;
}
@media screen and (max-width: 767px) {
  .p-set-sub-item .is-item-lead {
    padding: 4.1025641026vw 2.5641025641vw 0;
  }
}
.p-set-sub-item .is-item-lead .is-text {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-set-sub-item .is-item-lead .is-text {
    font-size: 3.5897435897vw;
  }
}
.p-set-sub-item .is-item-lead .is-text b {
  font-weight: 400;
  color: #EF6B89;
}

@media screen and (max-width: 767px) {
  p-hakama-photo .p-hakama-headline img {
    width: 59.4871794872vw;
  }
}

.p-hakama-photo-flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 48px 0 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .p-hakama-photo-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10.2564102564vw 5.1282051282vw 0;
    gap: 0;
  }
}

.p-hakama-photo-image {
  width: 46%;
  max-width: 460px;
}
@media screen and (max-width: 767px) {
  .p-hakama-photo-image {
    width: 100%;
    max-width: 100%;
  }
}
.p-hakama-photo-image img {
  max-width: 100%;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .p-hakama-photo-image img {
    border-radius: 1.2820512821vw;
  }
}

.p-hakama-photo-content {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .p-hakama-photo-content {
    width: 100%;
    padding: 5.1282051282vw 0 0;
  }
}

.p-hakama-photo-lead {
  width: 100%;
}
.p-hakama-photo-lead .is-text {
  font-size: 14px;
  line-height: 1.78;
}
@media screen and (max-width: 767px) {
  .p-hakama-photo-lead .is-text {
    font-size: 3.5897435897vw;
  }
}

.p-hakama-photo-price {
  width: 100%;
  border: 1px solid #EF6B89;
  border-radius: 5px;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .p-hakama-photo-price {
    border-radius: 1.2820512821vw;
    margin-top: 7.6923076923vw;
  }
}
.p-hakama-photo-price dt {
  background: #EF6B89;
  height: 36px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 36px;
}
@media screen and (max-width: 767px) {
  .p-hakama-photo-price dt {
    height: auto;
    padding: 2.0512820513vw 0;
    font-size: 3.5897435897vw;
    line-height: 1.6;
  }
}
.p-hakama-photo-price dd {
  width: 100%;
  height: 56px;
  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;
}
@media screen and (max-width: 767px) {
  .p-hakama-photo-price dd {
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 2.0512820513vw 0 4.1025641026vw;
  }
}
.p-hakama-photo-price dd .is-price-pre {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 767px) {
  .p-hakama-photo-price dd .is-price-pre {
    width: 100%;
    padding-left: 11.2820512821vw;
    font-size: 3.0769230769vw;
  }
}
.p-hakama-photo-price dd .is-price-pre span {
  display: inline-block;
  margin-left: 0.5em;
  font-size: 16px;
  -webkit-text-decoration: line-through 1px solid #000;
          text-decoration: line-through 1px solid #000;
}
@media screen and (max-width: 767px) {
  .p-hakama-photo-price dd .is-price-pre span {
    font-size: 4.1025641026vw;
  }
}
.p-hakama-photo-price dd .is-price-discount {
  padding-left: 36px;
  letter-spacing: 0.075em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-hakama-photo-price dd .is-price-discount {
    width: 100%;
    padding-left: 11.2820512821vw;
  }
}
.p-hakama-photo-price dd .is-price-discount .lt-en {
  font-family: "Montserrat", sans-serif;
}
.p-hakama-photo-price dd .is-price-discount span {
  display: inline-block;
  margin-right: 10px;
  padding: 0 6px;
  background: #EF6B89;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-hakama-photo-price dd .is-price-discount span {
    margin-right: 2.5641025641vw;
    padding: 0 1.0256410256vw;
    border-radius: 0.7692307692vw;
    font-size: 3.5897435897vw;
  }
}
.p-hakama-photo-price dd .is-price-discount span b {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-hakama-photo-price dd .is-price-discount span b {
    font-size: 4.1025641026vw;
  }
}
.p-hakama-photo-price dd .is-price-discount strong {
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  color: #EF6B89;
}
@media screen and (max-width: 767px) {
  .p-hakama-photo-price dd .is-price-discount strong {
    font-size: 3.5897435897vw;
  }
}
.p-hakama-photo-price dd .is-price-discount strong b {
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-hakama-photo-price dd .is-price-discount strong b {
    font-size: 6.1538461538vw;
  }
}
.p-hakama-photo-column {
  max-width: 80%;
  margin: 60px auto 0;
  background: #F8F1F2;
  border-radius: 5px;
  padding: 20px 36px 0 56px;
}
@media screen and (max-width: 767px) {
  .p-hakama-photo-column {
    max-width: 84.6153846154vw;
    margin: 7.1794871795vw auto 0;
    border-radius: 1.2820512821vw;
    padding: 9.2307692308vw 5.1282051282vw;
  }
}
.p-hakama-photo-column dt {
  font-size: 16px;
  font-weight: 700;
  color: #EF6B89;
  text-align: center;
  letter-spacing: 0.075em;
}
.p-hakama-photo-column dd {
  padding: 20px 0 0;
}
.p-hakama-photo-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-hakama-photo-item {
  padding: 0 24px 0;
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .p-hakama-photo-item {
    width: 100%;
    padding: 4.1025641026vw 0;
    margin-bottom: 0;
  }
}
.p-hakama-photo-item .is-text {
  padding-left: 50px;
  position: relative;
  font-size: 14px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-hakama-photo-item .is-text {
    padding-left: 15.3846153846vw;
    font-size: 3.5897435897vw;
    line-height: 1.3;
  }
}
.p-hakama-photo-item .is-text:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% - 20px);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .p-hakama-photo-item .is-text:after {
    top: calc(50% - 5.1282051282vw);
    width: 10.2564102564vw;
    height: 10.2564102564vw;
  }
}
.p-hakama-photo-item .is-text small {
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .p-hakama-photo-item .is-text small {
    font-size: 2.5641025641vw;
  }
}
.p-hakama-photo-item .is-text.icon-hair:after {
  background-image: url(/assets/img/plan/hakama/icon_hair.svg);
  background-size: 20px auto;
}
@media screen and (max-width: 767px) {
  .p-hakama-photo-item .is-text.icon-hair:after {
    background-size: 5.1282051282vw auto;
  }
}
.p-hakama-photo-item .is-text.icon-make:after {
  background-image: url(/assets/img/plan/hakama/icon_make.svg);
  background-size: 16px auto;
}
@media screen and (max-width: 767px) {
  .p-hakama-photo-item .is-text.icon-make:after {
    background-size: 4.1025641026vw auto;
  }
}
.p-hakama-photo-item .is-text.icon-kimono:after {
  background-image: url(/assets/img/plan/hakama/icon_kimono.svg);
  background-size: 20px auto;
}
@media screen and (max-width: 767px) {
  .p-hakama-photo-item .is-text.icon-kimono:after {
    background-size: 5.1282051282vw auto;
  }
}
.p-hakama-photo-item .is-text.icon-camera:after {
  background-image: url(/assets/img/plan/hakama/icon_camera.svg);
  background-size: 22px auto;
}
@media screen and (max-width: 767px) {
  .p-hakama-photo-item .is-text.icon-camera:after {
    background-size: 5.641025641vw auto;
  }
}
.p-hakama-photo-item .is-text.icon-family:after {
  background-image: url(/assets/img/plan/hakama/icon_family.svg);
  background-size: 22px auto;
}
@media screen and (max-width: 767px) {
  .p-hakama-photo-item .is-text.icon-family:after {
    background-size: 5.641025641vw auto;
  }
}
.p-hakama-photo-item .is-text.icon-photo:after {
  background-image: url(/assets/img/plan/hakama/icon_photo.svg);
  background-size: 22px auto;
}
@media screen and (max-width: 767px) {
  .p-hakama-photo-item .is-text.icon-photo:after {
    background-size: 5.641025641vw auto;
  }
}

.p-hakama-conversion {
  width: 100%;
  border-radius: 10px;
  background: #F9F7F4;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .p-hakama-conversion {
    width: calc(100% - 5.1282051282vw);
    margin: 0 auto 10.2564102564vw;
    border-radius: 2.5641025641vw;
    padding: 15.3846153846vw 7.1794871795vw;
  }
}

.p-hakama-conversion-headline {
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-hakama-conversion-headline {
    font-size: 3.0769230769vw;
  }
}
.p-hakama-conversion-headline .lt-en {
  display: block;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.2em;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-hakama-conversion-headline .lt-en {
    margin-bottom: 6.1538461538vw;
    font-size: 6.1538461538vw;
    line-height: 1.3;
  }
}
.p-hakama-conversion-headline .lt-en small {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .p-hakama-conversion-headline .lt-en small {
    display: block;
    font-size: 5.1282051282vw;
  }
}

.p-hakama-conversion-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-hakama-conversion-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
    padding-top: 5.1282051282vw;
  }
}

.p-hakama-conversion-item {
  width: 31.4%;
}
@media screen and (max-width: 767px) {
  .p-hakama-conversion-item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-hakama-conversion-item + .p-hakama-conversion-item {
    margin-top: 2.5641025641vw;
  }
}
.p-hakama-conversion-item a {
  display: block;
  width: 100%;
  height: 64px;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 64px;
}
.p-hakama-conversion-item.is-reserve a {
  background: -webkit-gradient(linear, left top, right top, from(#D4ADE9), to(#A066BC));
  background: linear-gradient(to right, #D4ADE9 0%, #A066BC 100%);
  border: 1px solid transparent;
  -webkit-transition: opacity ease 0.4s;
  transition: opacity ease 0.4s;
}
@media screen and (min-width: 768px) {
  .p-hakama-conversion-item.is-reserve a:hover {
    opacity: 0.7;
  }
}
.p-hakama-conversion-item.is-catalog a {
  border: 1px solid #BBA1CB;
  background: #fff;
  -webkit-transition: background ease 0.4s, color ease 0.4s;
  transition: background ease 0.4s, color ease 0.4s;
  color: #A167BD;
}
@media screen and (min-width: 768px) {
  .p-hakama-conversion-item.is-catalog a:hover {
    background: #BBA1CB;
    color: #fff;
  }
}
.p-hakama-conversion-item.is-ec a {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#ff9595), to(#ff7878));
  background: linear-gradient(to right, #ff9595 0%, #ff7878 100%);
  border: 1px solid transparent;
  -webkit-transition: opacity ease 0.4s;
  transition: opacity ease 0.4s;
}
.p-hakama-conversion-item.is-ec a span {
  padding-left: 16px;
}
@media screen and (min-width: 768px) {
  .p-hakama-conversion-item.is-ec a:hover {
    opacity: 0.7;
  }
}
.p-hakama-conversion-item.is-ec a::before {
  content: "";
  position: absolute;
  left: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 20px;
  height: 18px;
  background-image: url(../img/common/ic-store-cart.svg);
  background-size: auto 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}