@charset "UTF-8";
/* ================================================

- Base

================================================ */
[v-cloak] {
  display: none;
}

_:-ms-lang(x)::-ms-backdrop, [v-cloak] {
  display: block;
}

body {
  overflow-x: hidden;
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
  background-color: #FFFFFF;
}

body.-bodyScrollStop {
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

:root {
  --cc-red: #FF0000;
  --cc-primary: #0A0266;
  --cc-secondary: #709aaf;
  --space: 30px;
}

/* ================================================

- フォント

================================================ */
/* ================================================

- フォントサイズ

================================================ */
/* ================================================

- RWD表示切り替え

================================================ */
@media all and (min-width: 569px) {
  .nopc {
    display: none !important;
  }
}
@media all and (max-width: 568px) {
  .nosp {
    display: none !important;
  }
}
/* ================================================

- flex

================================================ */
/* ================================================

- margin

================================================ */
/* magrin-topを5px刻みで50pxまで */
.mTop0 {
  margin-top: 0px;
}

.mTop5 {
  margin-top: 5px;
}

.mTop10 {
  margin-top: 10px;
}

.mTop15 {
  margin-top: 15px;
}

.mTop20 {
  margin-top: 20px;
}

.mTop25 {
  margin-top: 25px;
}

.mTop30 {
  margin-top: 30px;
}

.mTop35 {
  margin-top: 35px;
}

.mTop40 {
  margin-top: 40px;
}

.mTop45 {
  margin-top: 45px;
}

.mTop50 {
  margin-top: 50px;
}

/* magrin-bottomを5px刻みで50pxまで */
.mBtm0 {
  margin-bottom: 0px;
}

.mBtm5 {
  margin-bottom: 5px;
}

.mBtm10 {
  margin-bottom: 10px;
}

.mBtm15 {
  margin-bottom: 15px;
}

.mBtm20 {
  margin-bottom: 20px;
}

.mBtm25 {
  margin-bottom: 25px;
}

.mBtm30 {
  margin-bottom: 30px;
}

.mBtm35 {
  margin-bottom: 35px;
}

.mBtm40 {
  margin-bottom: 40px;
}

.mBtm45 {
  margin-bottom: 45px;
}

.mBtm50 {
  margin-bottom: 50px;
}

/* ================================================

- z-index

================================================ */
/* ================================================

- イージング

================================================ */
/* ================================================

- MV

================================================ */
/*--- media screen ---*/
/* ================================================

-

================================================ */
.p-body {
  padding-top: 160px;
  position: relative;
  z-index: 1;
}

.p-sc__head.-gallery,
.p-sc__head.-equipment {
  text-align: center;
}

.p-sc__head.-plan {
  padding-left: 70px;
}

.p-sc__ttl span {
  display: block;
  color: #ABCDD8;
}
.p-sc__ttl span.-en {
  font-size: 3.75rem;
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.p-sc__ttl span.-jp {
  margin-top: 0;
  font-size: 1rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.p-summary p {
  font-size: 1rem;
  line-height: 2.25;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .p-body {
    padding-top: 0;
  }
  .p-sc__head.-gallery,
  .p-sc__head.-equipment {
    text-align: center;
  }
  .p-sc__head.-plan {
    padding-left: 5.333vw;
  }
  .p-sc__ttl span.-en {
    font-size: 8vw;
  }
  .p-sc__ttl span.-jp {
    margin-top: 1.067vw;
    font-size: 3.7333333333vw;
  }
  .p-summary p {
    font-size: 3.7333333333vw;
    line-height: 2;
  }
  #outline,
  #gallery,
  #plan,
  #access,
  #location,
  #lifeinfo,
  #equipment {
    padding-top: 94px;
    margin-top: -94px;
  }
}
/* ================================================

- anchorLink

================================================ */
.p-anchorLink__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  gap: 40px;
}

.p-anchorLink__item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: calc(33.3333333333% - 26.6666666667px);
  height: 180px;
  border: solid 1px var(--cc-primary);
  position: relative;
}
.p-anchorLink__item::after, .p-anchorLink__item::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #EEF5F7;
}
.p-anchorLink__item::before {
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.p-anchorLink__item::after {
  right: 0;
  bottom: 0;
  clip-path: polygon(100% 1%, 0% 100%, 100% 100%);
}
.p-anchorLink__item a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  height: 100%;
  text-align: center;
  position: relative;
}
.p-anchorLink__item a::after {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 50%;
  translate: -50%;
  width: 20px;
  height: 10px;
  background-color: #ABCDD8;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.p-anchorLink__item a span {
  font-size: 1.375rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.727;
  color: var(--cc-primary);
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .p-anchorLink {
    translate: 0 -21.333vw;
  }
  .p-anchorLink__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.733vw;
  }
  .p-anchorLink__item {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    width: 88vw;
    height: auto;
    padding: 6.667vw 0 8vw;
    background-color: #FFFFFF;
  }
  .p-anchorLink__item::after, .p-anchorLink__item::before {
    width: 10.933vw;
    height: 10.933vw;
  }
  .p-anchorLink__item a {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    height: 100%;
    text-align: center;
    position: relative;
  }
  .p-anchorLink__item a::after {
    bottom: -6.4vw;
    width: 4.267vw;
    height: 2.133vw;
  }
  .p-anchorLink__item a span {
    font-size: 4.2666666667vw;
    line-height: 1.75;
  }
}
/* ================================================

- showcase

================================================ */
.p-sc.-showcase {
  padding: 320px 0 190px;
  background-image: url("../images/page/showcase_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.p-showcase {
  padding-left: 160px;
}

.p-showcase__layout {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 80px;
}

.p-showcase__lead {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  position: relative;
  z-index: 1;
}
.p-showcase__lead::before {
  content: "";
  position: absolute;
  top: -60px;
  left: -60px;
  width: 140px;
  height: 140px;
  background-color: #ECEBF3;
  z-index: -1;
}
.p-showcase__lead p {
  font-size: 1.75rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.727;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}

.p-showcase__group {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.p-showcase__photo {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 560px;
  position: relative;
  z-index: 1;
}
.p-showcase__photo::before {
  content: "";
  position: absolute;
  bottom: -30px;
  right: -150px;
  width: 540px;
  height: 160px;
  background-color: #EEF5F7;
  z-index: -1;
}

.p-showcase__summary {
  margin-top: 65px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .p-sc.-showcase {
    padding: 21.333vw 0 24vw;
    background-image: url("../images/page/showcase_bg_sp.png");
  }
  .p-sc.-showcase .p-sc__inner {
    padding: 0 5.333vw;
  }
  .p-showcase {
    padding-left: 0;
  }
  .p-showcase__layout {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    gap: 5.333vw;
  }
  .p-showcase__lead {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    position: relative;
    z-index: 1;
  }
  .p-showcase__lead::before {
    top: -8vw;
    left: -5.333vw;
    width: 18.667vw;
    height: 18.667vw;
  }
  .p-showcase__lead p {
    font-size: 5.6vw;
  }
  .p-showcase__photo {
    width: 72.8vw;
  }
  .p-showcase__photo::before {
    bottom: -8vw;
    right: -5.333vw;
    width: 72.8vw;
    height: 21.333vw;
  }
  .p-showcase__summary {
    margin-top: 9.333vw;
  }
}
/* ================================================

- Location

================================================ */
.p-sc.-location {
  padding-top: 200px;
}
.p-location__layout {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 0;
}

.p-location__group {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  min-height: 480px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-location__summary {
  margin-top: 40px;
}

.p-location__photo {
  width: 330px;
}

.p-location__map {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 620px;
}
.p-location__map iframe {
  width: 100%;
  aspect-ratio: 620/480;
}

.p-location__lead__layout {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 31px 24px;
  margin-top: 80px;
}

.p-location__lead__item {
  width: 399px;
}

.p-location__lead__item:first-of-type {
  width: 100%;
}
.p-location__lead__item:first-of-type img {
  display: block;
  width: 349px;
  margin: 0 auto;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .p-sc.-location {
    padding-top: 21.333vw;
  }
  .p-location__layout {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8vw;
  }
  .p-location__group {
    min-height: 0;
    padding: 0 5.333vw;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-location__summary {
    margin-top: 5.333vw;
  }
  .p-location__photo {
    width: 100%;
    margin-top: 5.333vw;
  }
  .p-location__map {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .p-location__lead__layout {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.333vw 0;
    margin-top: 10.667vw;
    padding: 0 5.333vw;
  }
  .p-location__lead__item {
    width: 80vw;
  }
  .p-location__lead__item:first-of-type {
    width: 100%;
  }
  .p-location__lead__item:first-of-type img {
    width: 69.867vw;
    margin: 0;
  }
}
/* ================================================

- Access

================================================ */
.p-sc.-access {
  padding: 203px 0 200px;
}
.p-sc.-access .p-sc__inner {
  padding-left: 130px;
}

.p-access__layout {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 40px;
}

.p-access__group {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.p-access__summary {
  margin-top: 27px;
}

.p-access__map {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 840px;
}

.p-access__root {
  margin-top: 67px;
}

.p-access__root__layout {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
}

.p-access__root__item {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 590px;
}

.p-access__root__item:last-of-type {
  margin-left: -30px;
}

.p-access__root__note {
  margin-top: 10px;
}
.p-access__root__note p {
  font-size: 0.875rem;
  line-height: 1.475;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .p-sc.-access {
    padding: 21.333vw 0 21.333vw;
  }
  .p-sc.-access .p-sc__inner {
    padding-left: 0;
  }
  .p-sc__head.-access {
    padding: 0 5.333vw;
  }
  .p-access__layout {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8vw;
  }
  .p-access__summary {
    margin-top: 5.333vw;
    padding: 0 5.333vw;
  }
  .p-access__map {
    width: 100%;
  }
  .p-access__root {
    margin-top: 10.667vw;
    padding: 0 5.333vw;
  }
  .p-access__root__layout {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.333vw;
  }
  .p-access__root__item {
    width: 100%;
  }
  .p-access__root__item:last-of-type {
    margin-left: 0;
  }
  .p-access__root__note {
    margin-top: 2.667vw;
  }
  .p-access__root__note p {
    font-size: 2.9333333333vw;
  }
}
/* ================================================

-

================================================ */
.p-lifestyle {
  margin-top: 205px;
}

.p-lifestyle__head {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 60px;
}

.p-lifestyle__ttl {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 299px;
}

.p-lifestyle__summary {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  position: relative;
}
.p-lifestyle__summary::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  translate: 0 -50%;
  width: 1px;
  height: 50px;
  background-color: #8480B2;
}
.p-lifestyle__summary p {
  font-size: 1rem;
  line-height: 2;
  color: #0A0266;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.p-lifestyle__schedule {
  max-width: 1070px;
  width: 100%;
  margin-top: 42px;
  padding: 76px 0 73px;
  border: dotted 2px var(--cc-primary);
  position: relative;
}

.p-lifestyle__triangle {
  position: absolute;
  top: -2px;
  left: 50%;
  translate: -50% 0;
  width: 30px;
  height: 20px;
  background-color: #FFFFFF;
}
.p-lifestyle__triangle svg {
  width: 31.5px;
  height: 21.5px;
}

.p-lifestyle__schedule__layout {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 0;
}

.p-lifestyle__schedule__item {
  width: 472px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .p-lifestyle {
    margin-top: 18.667vw;
    padding: 0 5.333vw;
  }
  .p-lifestyle__head {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4vw;
  }
  .p-lifestyle__ttl {
    width: 60vw;
  }
  .p-lifestyle__summary::before {
    display: none;
  }
  .p-lifestyle__summary p {
    font-size: 3.7333333333vw;
  }
  .p-lifestyle__schedule {
    margin-top: 5.333vw;
    padding: 10.667vw 4vw 8vw;
    border: dotted 2px var(--cc-primary);
  }
  .p-lifestyle__triangle {
    top: -2px;
    width: 30px;
    height: 20px;
  }
  .p-lifestyle__triangle svg {
    width: 31.5px;
    height: 21.5px;
  }
  .p-lifestyle__schedule__layout {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.333vw;
  }
  .p-lifestyle__schedule__item {
    width: 100%;
  }
}
/* ================================================

- Plan

================================================ */
.p-sc.-plan {
  padding: 95px 0 140px;
  background-color: #FFFFFF;
  background-image: url("../images/page/plan_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.p-plan__tabs {
  margin-top: 98px;
}

.p-plan__tabs__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 20px;
}
.p-plan__tabs__list .p-plan__tabs__item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 361px;
}
.p-plan__tabs__list .p-plan__tabs__item button {
  display: block;
  position: relative;
  z-index: 1;
}
.p-plan__tabs__list .p-plan__tabs__item button span {
  display: block;
}
.p-plan__tabs__list .p-plan__tabs__item button span:nth-of-type(2) {
  display: none;
}
.p-plan__tabs__list .p-plan__tabs__item.-active button span:nth-of-type(1) {
  display: none;
}
.p-plan__tabs__list .p-plan__tabs__item.-active button span:nth-of-type(2) {
  display: block;
}

.p-plan__fp {
  margin-top: 40px;
}

.p-plan__fp__layout {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  padding: 32px 40px 11px;
  background-color: #FFFFFF;
}

.p-plan__fp__main {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 440px;
  padding-top: 11px;
}

.p-plan__fp__content {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 600px;
}

.p-plan__fp__fummary p {
  font-size: 1.125rem;
  line-height: 1.778;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.p-plan__fp__photo {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 24px;
}

.p-plan__fp__photo1 {
  width: 600px;
}

.p-plan__fp__photo2 {
  width: 390px;
}

.p-plan__fp__photo3 {
  width: 190px;
}

.p-plan__fp__note {
  margin-top: 8px;
  text-align: left;
}
.p-plan__fp__note p {
  font-size: 0.875rem;
  line-height: 1.475;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .p-sc.-plan {
    padding: 10.667vw 0 21.333vw;
    background-image: url("../images/page/plan_bg_sp.png");
  }
  .p-plan__tabs {
    margin-top: 8vw;
    padding: 0 5.333vw;
  }
  .p-plan__tabs__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2.667vw;
  }
  .p-plan__tabs__list .p-plan__tabs__item {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    width: calc(50% - 1.3335vw);
  }
  .p-plan__fp {
    margin-top: 5.333vw;
  }
  .p-plan__fp__layout {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 8vw 5.333vw 5.333vw;
  }
  .p-plan__fp__main {
    width: 100%;
    padding-top: 0;
  }
  .p-plan__fp__content {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .p-plan__fp__fummary p {
    font-size: 4vw;
  }
  .p-plan__fp__photo {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2.667vw 0;
    margin-top: 4vw;
  }
  .p-plan__fp__photo1 {
    width: 100%;
  }
  .p-plan__fp__photo2 {
    width: 65%;
  }
  .p-plan__fp__photo3 {
    width: 32%;
  }
  .p-plan__fp__note {
    margin-top: 2.133vw;
    text-align: left;
  }
  .p-plan__fp__note p {
    font-size: 2.9333333333vw;
  }
}
/* ================================================

- Equipment

================================================ */
.p-sc.-equipment {
  padding-top: 462px;
  background-color: #FFFFFF;
  position: relative;
  z-index: 1;
}
.p-sc.-equipment::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  background-image: url("../images/page/eq_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  width: 1920px;
  height: 560px;
  z-index: -1;
}
.p-sc.-equipment .p-sc__inner {
  padding: 0 30px;
}

.p-equipment__summary {
  margin-top: 34px;
  text-align: center;
}

.p-eq__block {
  margin-top: 93px;
}

.p-eq__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  gap: 20px;
}

.p-eq__item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: calc(50% - 10px);
  min-height: 80px;
  padding: 10px 10px;
  background-color: #f0faff;
  border-radius: 8px;
}
.p-eq__item p {
  width: calc(100% - 200px);
  font-size: 1.375rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.444;
  color: var(--cc-primary);
  text-align: center;
}
.p-eq__item p small {
  font-size: 1rem;
}

.p-eq__item__photo {
  width: 200px;
}

.p-eq__list2 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  gap: 20px;
  margin-top: 20px;
}

.p-eq__item2 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: calc(25% - 15px);
  min-height: 80px;
  padding: 0;
  background-color: #f0faff;
  border-radius: 8px;
}
.p-eq__item2 p {
  font-size: 1.125rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.444;
  color: var(--cc-primary);
  text-align: center;
}
.p-eq__item2 p small {
  font-size: 1rem;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .p-sc.-equipment {
    padding-top: 61.333vw;
  }
  .p-sc.-equipment::before {
    background-image: url("../images/page/eq_bg_sp.jpg");
    width: 200vw;
    height: 93.333vw;
  }
  .p-sc.-equipment .p-sc__inner {
    padding: 0 5.333vw;
  }
  .p-equipment__summary {
    margin-top: 5.333vw;
  }
  .p-eq__block {
    margin-top: 5.333vw;
  }
  .p-eq__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    gap: 2.667vw;
  }
  .p-eq__item {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.667vw;
    width: 100%;
    min-height: 0;
    padding: 2.667vw 2.667vw;
    border-radius: 1.067vw;
  }
  .p-eq__item p {
    width: 100%;
    font-size: 4.2666666667vw;
  }
  .p-eq__item p small {
    font-size: 3.4666666667vw;
  }
  .p-eq__item__photo {
    width: 53.333vw;
  }
  .p-eq__list2 {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    gap: 2.667vw;
    margin-top: 2.667vw;
  }
  .p-eq__item2 {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    width: calc(50% - 1.3335vw);
    min-height: 0;
    padding: 2.667vw 2.667vw;
    border-radius: 1.067vw;
  }
  .p-eq__item2 p {
    font-size: 4vw;
  }
  .p-eq__item2 p small {
    font-size: 3.4666666667vw;
  }
}