@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;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;
  }
}

.btn-purple-grad {
  display: inline-block;
  padding: 0.8em 0;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#D4ADE9), to(#A066BC));
  background: linear-gradient(to right, #D4ADE9 0%, #A066BC 100%);
  border-radius: 5px;
  color: #fff;
  -webkit-transition: opacity ease 0.4s;
  transition: opacity ease 0.4s;
}

@media screen and (min-width: 768px) {
  a:hover .btn-purple-grad {
    opacity: 0.5;
  }
}
@media screen and (min-width: 768px) {
  a:hover .btn-purple-border,
  a:hover .btn-purple-border02 {
    background: #A167BD;
    color: #fff;
  }
}

.btn-purple-border {
  display: inline-block;
  padding: 0.8em 0;
  width: 100%;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #A167BD;
  color: #A167BD;
  -webkit-transition: background ease 0.4s, color ease 0.4s;
  transition: background ease 0.4s, color ease 0.4s;
}
@media screen and (max-width: 767px) {
  .btn-purple-border {
    border-radius: 1.2820512821vw;
  }
}

.btn-purple-border02 {
  display: inline-block;
  padding: 0.8em 0;
  width: 100%;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #A167BD;
  color: #333;
  -webkit-transition: background ease 0.4s, color ease 0.4s;
  transition: background ease 0.4s, color ease 0.4s;
}
@media screen and (max-width: 767px) {
  .btn-purple-border02 {
    border-radius: 1.2820512821vw;
  }
}

.l-isolate-btn-wrap {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 0 0;
}
@media screen and (max-width: 767px) {
  .l-isolate-btn-wrap {
    max-width: 100%;
    padding: 10.2564102564vw 0 0;
  }
}

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

.p-isolate-btn-item {
  width: 45%;
  max-width: 314px;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-isolate-btn-item {
    width: 100%;
    max-width: 100%;
    font-size: 4.1025641026vw;
  }
}
@media screen and (max-width: 767px) {
  .p-isolate-btn-item + .p-isolate-btn-item {
    padding-top: 5.1282051282vw;
  }
}
.p-isolate-btn-item a {
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-isolate-btn-item a {
    width: 70.7692307692vw;
  }
}
@media screen and (max-width: 767px) {
  .p-isolate-btn-item.w314 a {
    width: 80.5128205128vw;
  }
}

.l-plan-main {
  width: 100%;
  padding: 26px 20px 80px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1920px) {
  .l-plan-main {
    background-size: 100% auto;
  }
}
@media screen and (max-width: 767px) {
  .l-plan-main {
    padding: 16.4102564103vw 2.5641025641vw 15.3846153846vw;
    width: 100%;
  }
}
.l-plan-main * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.js-common-accd dt span {
  position: relative;
}
.js-common-accd dt span:before, .js-common-accd dt span:after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 10px;
  height: 2px;
  border-radius: 1px;
  background: #333;
  -webkit-transition: -webkit-transform ease 0.4s;
  transition: -webkit-transform ease 0.4s;
  transition: transform ease 0.4s;
  transition: transform ease 0.4s, -webkit-transform ease 0.4s;
}
.js-common-accd dt span:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.js-common-accd dt.is-open span:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.js-common-accd dd {
  display: none;
}

.page-information {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .page-information {
    margin-top: 25.641025641vw;
  }
}

.l-plan-table-wrap {
  width: 100%;
  padding: 60px 0 0;
}
@media screen and (max-width: 767px) {
  .l-plan-table-wrap {
    padding-top: 10.2564102564vw;
  }
}

.p-plan-table-content dt {
  text-align: center;
}
.p-plan-table-content dt span {
  display: inline-block;
  position: relative;
  background: #eee;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 0.6em 6em;
  min-width: 330px;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-plan-table-content dt span {
    border-radius: 1.2820512821vw;
    padding: 1em 0;
    min-width: 0;
    width: calc(100% - 10.2564102564vw);
    font-size: 3.5897435897vw;
  }
}
.p-plan-table-content dd {
  padding: 60px 0 0;
}
@media screen and (max-width: 767px) {
  .p-plan-table-content dd {
    padding: 15.3846153846vw 0 0;
  }
}
.p-plan-table-content dd .is-content-caution {
  font-size: 14px;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-plan-table-content dd .is-content-caution {
    padding: 0 5.1282051282vw;
    font-size: 3.5897435897vw;
    text-align: left;
  }
}
.p-plan-table-content dd .furisode-support-table {
  margin-top: 30px;
  background: transparent;
}
@media screen and (max-width: 767px) {
  .p-plan-table-content dd .furisode-support-table {
    margin: 8.2051282051vw auto 0;
    width: calc(100% - 5.1282051282vw);
  }
}
@media screen and (max-width: 767px) {
  .p-plan-table-content dd .furisode-support-content-annotation {
    padding-left: 5.1282051282vw;
    padding-right: 5.1282051282vw;
  }
}
@media screen and (max-width: 767px) {
  .p-plan-table-content dd .furisode-support-content-annotation .is-text {
    font-size: 2.5641025641vw;
    color: #333;
  }
}

@media screen and (max-width: 767px) {
  .l-plan-main.index {
    padding-top: 10.2564102564vw;
  }
}

.l-plan-index-wrap {
  width: 100%;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .l-plan-index-wrap {
    padding: 0;
  }
}

.l-hero-wrap {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-hero-wrap {
    padding-top: 11.97vmin;
  }
}

.p-hero-image {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-hero-image img {
    max-width: 100%;
  }
}

.p-hero-info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-hero-info {
    display: none;
  }
}

.p-hero-info-inner {
  max-width: 1400px;
  margin: 0 auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-hero-headline {
  padding: 0 0 60px 100px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 1400px) {
  .p-hero-headline {
    padding: 0 0 4.2vw 7.4vw;
  }
}
.p-hero-headline img {
  max-width: 100%;
}
@media screen and (max-width: 1400px) {
  .p-hero-headline img {
    max-width: 25.8vw;
  }
}
.p-hero-subhead {
  padding: 60px 155px 0 0;
}
@media screen and (max-width: 1400px) {
  .p-hero-subhead {
    padding: 4.4vw 11vw 0 0;
  }
}
.p-hero-subhead img {
  max-width: 100%;
}
@media screen and (max-width: 1400px) {
  .p-hero-subhead img {
    max-width: 8.8vw;
  }
}
.p-plan-index-lead {
  width: 100%;
  padding: 10px 0 0;
}
@media screen and (max-width: 767px) {
  .p-plan-index-lead {
    padding: 3.0769230769vw 5.1282051282vw 0;
  }
}
.p-plan-index-lead .is-text {
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-plan-index-lead .is-text {
    font-size: 3.5897435897vw;
    font-weight: 700;
  }
}

.l-plan-index-furisode {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 0 0;
}
@media screen and (max-width: 767px) {
  .l-plan-index-furisode {
    max-width: 100%;
    padding: 15.3846153846vw 0 0;
  }
}
@media screen and (max-width: 767px) {
  .l-plan-index-furisode .p-plan-index-lead {
    padding-top: 11.2820512821vw;
  }
}
@media screen and (max-width: 767px) {
  .l-plan-index-furisode .p-plan-index-lead .is-text {
    text-align: left;
    font-weight: 400;
  }
}

.p-plan-index-furisode-headline {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-plan-index-furisode-headline img {
    width: 46.1538461538vw;
  }
}

.l-plan-index-hakama {
  max-width: 1000px;
  margin: 0 auto;
  padding: 100px 0 0;
}
@media screen and (max-width: 767px) {
  .l-plan-index-hakama {
    max-width: 100%;
    padding: 25.641025641vw 0 0;
  }
}

.p-plan-index-hakama-headline {
  text-align: center;
}
.p-plan-index-service-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 2%;
  padding: 40px 0 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-plan-index-service-list {
    gap: 7.6923076923vw 0;
    padding: 10.2564102564vw 2.5641025641vw 0;
  }
}

.p-plan-index-service-item {
  width: 49%;
  height: 350px;
}
@media screen and (max-width: 767px) {
  .p-plan-index-service-item {
    width: 100%;
    height: 89.7435897436vw;
  }
}
@media screen and (min-width: 768px) {
  .p-plan-index-service-item a:hover .is-btn span {
    background: #000;
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .p-plan-index-service-item a:hover .is-btn span:after {
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
  }
}

.p-plan-index-service-inner {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 1px 1px 6px 1px rgba(1, 1, 1, 0.2);
          box-shadow: 1px 1px 6px 1px rgba(1, 1, 1, 0.2);
}
@media screen and (max-width: 767px) {
  .p-plan-index-service-inner {
    border-radius: 3.8461538462vw;
  }
}
.p-plan-index-service-inner .is-image {
  position: relative;
  z-index: 1;
  text-align: center;
}
.p-plan-index-service-inner .is-image img {
  max-width: 100%;
}
.p-plan-index-service-inner .is-info {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.p-plan-index-service-inner .is-info .is-headline {
  padding: 28px 0 0;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-plan-index-service-inner .is-info .is-headline {
    padding: 7.1794871795vw 0 0;
    font-size: 6.1538461538vw;
  }
}
.p-plan-index-service-inner .is-info .is-headline span {
  display: block;
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-plan-index-service-inner .is-info .is-headline span {
    font-size: 3.5897435897vw;
  }
}
.p-plan-index-service-inner .is-info .is-headline small {
  display: block;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-plan-index-service-inner .is-info .is-headline small {
    font-size: 3.5897435897vw;
  }
}
.p-plan-index-service-inner .is-info .is-btn {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-plan-index-service-inner .is-info .is-btn {
    bottom: 5.1282051282vw;
    font-size: 3.5897435897vw;
  }
}
.p-plan-index-service-inner .is-info .is-btn span {
  display: inline-block;
  background: #fff;
  padding: 4px 0;
  position: relative;
  width: 140px;
  border-radius: 20px;
  -webkit-transition: background ease 0.4s, color ease 0.4s;
  transition: background ease 0.4s, color ease 0.4s;
}
.p-plan-index-service-inner .is-info .is-btn span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 5px;
  height: 5px;
  border-right: 1px solid #9F65BB;
  border-top: 1px solid #9F65BB;
  -webkit-transform: rotate(45deg) translateY(-1px);
          transform: rotate(45deg) translateY(-1px);
  -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 (min-width: 768px) {
  .p-plan-index-service-inner .is-info .is-btn a:hover span {
    background: #000;
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .p-plan-index-service-inner .is-info .is-btn a:hover span:after {
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
  }
}

.p-plan-index-tokuten {
  width: 100%;
  padding: 60px 0 0;
}
.p-plan-index-tokuten-headline {
  font-size: 20px;
  color: #EF6B89;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  position: relative;
}
.p-plan-index-tokuten-headline:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 50%;
  width: 100%;
  height: 0;
  border-top: 1px solid #EF6B89;
}
.p-plan-index-tokuten-headline span {
  display: inline-block;
  background: #fff;
  padding: 0 1em;
}

.p-plan-index-tokuten-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 0 0;
}
@media screen and (max-width: 767px) {
  .p-plan-index-tokuten-list {
    width: inherit;
    gap: 0;
    padding: 0;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
}

.p-plan-index-tokuten-item {
  width: 32%;
  background: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 1px 1px 6px 1px rgba(1, 1, 1, 0.2);
          box-shadow: 1px 1px 6px 1px rgba(1, 1, 1, 0.2);
  padding: 20px 20px 40px;
}
@media screen and (max-width: 767px) {
  .p-plan-index-tokuten-item {
    background: inherit;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 2.0512820513vw;
  }
}
.p-plan-index-tokuten-item.tokuten1 .is-header {
  background-image: url(/assets/img/plan/index/icon_tokuten1.svg);
}
.p-plan-index-tokuten-item.tokuten2 .is-header {
  background-image: url(/assets/img/plan/index/icon_tokuten2.svg);
}
.p-plan-index-tokuten-item.tokuten3 .is-header {
  background-image: url(/assets/img/plan/index/icon_tokuten3.svg);
}

.p-plan-index-tokuten-inner {
  background: inherit;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-plan-index-tokuten-inner {
    min-height: 140.5128205128vw;
    background: #fff;
    border-radius: 15px;
    -webkit-box-shadow: 1px 1px 6px 1px rgba(1, 1, 1, 0.2);
            box-shadow: 1px 1px 6px 1px rgba(1, 1, 1, 0.2);
    padding: 20px 20px 40px;
    border-radius: 3.8461538462vw;
    padding: 7.1794871795vw 5.1282051282vw 8.2051282051vw;
  }
}
.p-plan-index-tokuten-inner .is-header {
  min-height: 60px;
  padding: 0 0 0 72px;
  background-repeat: no-repeat;
  background-position: left center;
}
@media screen and (max-width: 767px) {
  .p-plan-index-tokuten-inner .is-header {
    height: 15.3846153846vw;
    padding: 0 0 0 18.4615384615vw;
    background-size: auto 15.3846153846vw;
  }
}
.p-plan-index-tokuten-inner .is-header .is-num {
  font-size: 12px;
  color: #EF6B89;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-plan-index-tokuten-inner .is-header .is-num {
    font-size: 3.0769230769vw;
  }
}
.p-plan-index-tokuten-inner .is-header .is-num span {
  display: inline-block;
  margin-left: 0.3em;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-plan-index-tokuten-inner .is-header .is-num span {
    font-size: 3.5897435897vw;
  }
}
.p-plan-index-tokuten-inner .is-header .is-headline {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-plan-index-tokuten-inner .is-header .is-headline {
    font-size: 5.1282051282vw;
  }
}
.p-plan-index-tokuten-inner .is-image {
  padding: 16px 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-plan-index-tokuten-inner .is-image {
    padding: 5.1282051282vw 0 0;
  }
}
.p-plan-index-tokuten-inner .is-image img {
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .p-plan-index-tokuten-inner .is-image img {
    border-radius: 1.2820512821vw;
  }
}
.p-plan-index-tokuten-inner .is-info {
  padding: 20px 10px 0;
}
@media screen and (max-width: 767px) {
  .p-plan-index-tokuten-inner .is-info {
    padding: 5.1282051282vw 2.5641025641vw 0;
  }
}
.p-plan-index-tokuten-inner .is-info .is-text {
  font-size: 14px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-plan-index-tokuten-inner .is-info .is-text {
    font-size: 3.5897435897vw;
  }
}
.p-plan-index-tokuten-inner .is-info .is-annotation {
  padding-top: 1em;
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .p-plan-index-tokuten-inner .is-info .is-annotation {
    font-size: 2.5641025641vw;
  }
}
.p-plan-index-tokuten-inner .is-info .is-annotation + .is-annotation {
  padding-top: 0;
}
.p-plan-index-tokuten-inner .is-info .is-btn {
  padding: 5px 0 0;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-plan-index-tokuten-inner .is-info .is-btn {
    padding: 4.1025641026vw 0 0;
    font-size: 4.1025641026vw;
  }
}

@media screen and (max-width: 767px) {
  .splide {
    padding: 5.1282051282vw 0 10.2564102564vw;
  }
}

@media screen and (max-width: 767px) {
  .splide__arrows {
    position: absolute;
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .splide__arrow {
    background: #fff;
    border: 1px solid #aaa;
  }
}
@media screen and (max-width: 767px) {
  .splide__arrow svg {
    width: 3.0769230769vw;
    height: 3.0769230769vw;
  }
}

@media screen and (max-width: 767px) {
  .splide__arrow--prev {
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .splide__arrow--next {
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .splide__pagination {
    bottom: 2.0512820513vw;
  }
}

@media screen and (max-width: 767px) {
  .splide__pagination__page {
    margin: 0 2.0512820513vw;
    background: #333;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .splide__pagination__page.is-active {
    background: #BBA1CB;
  }
}

.l-plan-other-wrap {
  width: 100%;
  padding: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .l-plan-other-wrap {
    padding: 0 0 10.2564102564vw;
  }
}

.p-plan-other-headline {
  text-align: center;
}

.p-plan-other-list {
  width: 100%;
  padding: 32px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
}
@media screen and (max-width: 767px) {
  .p-plan-other-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
  }
}
.p-plan-other-list.furisode-rental .p-plan-other-item-inner {
  border: 1px solid #7CACEB;
}
.p-plan-other-list.furisode-rental .p-plan-other-item-inner .is-headline {
  color: #7CACEB;
}
.p-plan-other-list.furisode-buy .p-plan-other-item-inner {
  border: 1px solid #3ABEA4;
}
.p-plan-other-list.furisode-buy .p-plan-other-item-inner .is-headline {
  color: #3ABEA4;
}
.p-plan-other-list.furisode-mamafuri .p-plan-other-item-inner {
  border: 1px solid #FE8E78;
}
.p-plan-other-list.furisode-mamafuri .p-plan-other-item-inner .is-headline {
  color: #FE8E78;
}

.p-plan-other-item {
  width: 32%;
}
@media screen and (max-width: 767px) {
  .p-plan-other-item {
    width: 100%;
  }
}
.p-plan-other-item a:hover .p-plan-other-item-inner {
  background-color: rgba(1, 1, 1, 0.02);
}
@media screen and (max-width: 767px) {
  .p-plan-other-item + .p-plan-other-item {
    margin-top: 5.1282051282vw;
  }
}

.p-plan-other-item-inner {
  width: 100%;
  height: 100%;
  border: 1px solid black;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 20px 24px;
  background-image: url(/assets/img/plan/furisode-rental/icon_next.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 25px;
  background-color: #fff;
  -webkit-transition: background-color ease 0.4s;
  transition: background-color ease 0.4s;
}
@media screen and (max-width: 767px) {
  .p-plan-other-item-inner {
    border-radius: 1.2820512821vw;
    padding: 8.2051282051vw 6.1538461538vw;
    background-position: right 5.1282051282vw center;
    background-size: 6.4102564103vw;
  }
}
.p-plan-other-item-inner .is-headline {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  color: black;
}
@media screen and (max-width: 767px) {
  .p-plan-other-item-inner .is-headline {
    font-size: 4.1025641026vw;
  }
}
.p-plan-other-item-inner .is-headline small {
  display: block;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-plan-other-item-inner .is-headline small {
    font-size: 3.5897435897vw;
  }
}
.p-plan-other-item-inner .is-text {
  width: 100%;
  padding: 4px 0 0;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-plan-other-item-inner .is-text {
    padding: 1.0256410256vw 0 0;
    font-size: 3.5897435897vw;
  }
}

.l-plan-event-wrap {
  width: 100%;
  padding: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .l-plan-event-wrap {
    padding: 0 0 5.1282051282vw;
  }
}

.p-plan-event-headline {
  text-align: center;
}

.p-plan-event-lead {
  padding: 32px 0 0;
}
@media screen and (max-width: 767px) {
  .p-plan-event-lead {
    padding: 8.2051282051vw 5.1282051282vw 0;
  }
}
.p-plan-event-lead .is-text {
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-plan-event-lead .is-text {
    font-size: 4.1025641026vw;
    text-align: left;
  }
}

.p-plan-center-btn {
  padding: 32px 0 0;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-plan-center-btn {
    padding: 8.2051282051vw 0 0;
    font-size: 4.1025641026vw;
  }
}
.p-plan-center-btn a {
  display: inline-block;
  width: 314px;
}
@media screen and (max-width: 767px) {
  .p-plan-center-btn a {
    max-width: 100%;
    width: 80.5128205128vw;
  }
}