.guidanceArea {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .guidanceArea__item {
    height: 100%;
  }
}

@media screen and (max-width: 768px) {
  .guidanceArea__item {
    height: calc(844 / 390 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .guidanceArea__item:not(:last-child) {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 768px) {
  .guidanceArea__item:not(:last-child) {
    margin-bottom: 40px;
  }
}

.guidanceArea__item--comingsoon {
  pointer-events: none;
}

.guidanceArea .detail .inner .image .caption {
  text-align: right;
}

.guidanceBlock {
  height: 100%;
  position: relative;
}

@media screen and (min-width: 768px) {
  .guidanceBlock__txt {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .guidanceBlock__txt .photo__image {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .guidanceBlock__txt .photo__image {
    height: calc(844 / 390 * 100vw);
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.guidanceBlock__link {
  display: block;
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 768px) {
  .guidanceBlock__link {
    height: 100%;
  }
}

@media screen and (max-width: 768px) {
  .guidanceBlock__bg {
    bottom: 0;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100vw;
  }
}

.guidanceBlock__capIn {
  bottom: 5px;
  position: absolute;
  right: 5px;
  z-index: 4;
}

.guidanceBlock .comingSoon {
  background-color: #ffffff;
  color: #000000;
  font-family: "Cinzel", serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (min-width: 768px) {
  .guidanceBlock .comingSoon {
    font-size: 16px;
    padding: 12px 20px;
  }
}

@media screen and (max-width: 768px) {
  .guidanceBlock .comingSoon {
    font-size: calc(16 / 390 * 100vw);
    padding: calc(12 / 390 * 100vw) calc(20 / 390 * 100vw);
  }
}

.guidanceBlock--comingsoon .guidanceBlock__link {
  cursor: default;
  pointer-events: none;
}

.guidanceLink {
  border: 1px solid #000000;
  display: block;
  padding: 10px 20px;
  -webkit-transition: .3s background-color ease-in-out, .3s color ease-in-out;
  transition: .3s background-color ease-in-out, .3s color ease-in-out;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .guidanceLink {
    /*width: 140px;*/
    width: 200px;
  }
}

@media screen and (max-width: 768px) {
  .guidanceLink {
    /*width: 126px;*/
    width: 196px;
  }
}

.guidanceLink__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.guidanceLink__txt {
  font-family: "Cinzel", serif;
  font-size: 16px;
  letter-spacing: .16em;
  line-height: 1;
}

.guidanceLink__arrow {
  -webkit-transition: .3s transform ease-in-out;
  transition: .3s transform ease-in-out;
  width: 13px;
}

.guidanceLink__arrow .svgIcon {
  display: block;
  height: auto;
  width: 100%;
}

.guidanceLink__arrow .svgIcon .svgIcon__path {
  fill: #000000;
  -webkit-transition: .3s fill ease-in-out;
  transition: .3s fill ease-in-out;
}

@media screen and (min-width: 768px) {
  .guidanceLink:hover {
    background-color: #000000;
    color: #ffffff;
  }
  .guidanceLink:hover .guidanceLink__arrow {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  .guidanceLink:hover .guidanceLink__arrow .svgIcon__path {
    fill: #ffffff;
  }
}

@media (hover: hover) and (pointer: fine) {
  .guidanceLink:hover {
    background-color: #000000;
    color: #ffffff;
  }
  .guidanceLink:hover .guidanceLink__arrow {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  .guidanceLink:hover .guidanceLink__arrow .svgIcon__path {
    fill: #ffffff;
  }
}

.informationSect {
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  margin: 0 auto;
  position: relative;
  text-align: center;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .informationSect {
    max-width: 1000px;
  }
}

.informationSect__heading {
  letter-spacing: .08em;
  line-height: 1.8;
}

.informationSect__heading:before {
  content: '';
  margin-top: calc((1 - 1.8) * .5em);
}

.informationSect__heading:after {
  margin-bottom: calc((1 - 1.8) * .5em);
}

.informationSect__heading:before, .informationSect__heading:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .informationSect__heading {
    font-size: 26px;
  }
}

@media screen and (max-width: 768px) {
  .informationSect__heading {
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) {
  .informationSect__heading + .informationSect__ttl {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .informationSect__heading + .informationSect__ttl {
    margin-top: 30px;
  }
}

.informationSect__head {
  letter-spacing: .15em;
}

@media screen and (min-width: 768px) {
  .informationSect__head {
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  .informationSect__head {
    font-size: calc(32 / 390 * 100vw);
    line-height: 1.2;
  }
}

.informationSect__ttl {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .informationSect__ttl .photo__image {
    width: 160px;
  }
}

@media screen and (max-width: 768px) {
  .informationSect__ttl .photo__image {
    width: calc(156 / 390 * 100vw);
  }
}

.informationSect__ttl__txt {
  letter-spacing: .08em;
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .informationSect__ttl__txt {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .informationSect__ttl__txt {
    font-size: calc(24 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .informationSect__ttl__txt--medium {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .informationSect__ttl__txt--medium {
    font-size: calc(18 / 390 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .informationSect__ttl__txt--large {
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  .informationSect__ttl__txt--large {
    font-size: calc(32 / 390 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .informationSect__ttl__txt + .generalBtn {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .informationSect__ttl__txt + .generalBtn {
    margin-top: 20px;
  }
}

.informationSect__ttl__txt .caption {
  display: inline-block;
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .informationSect__ttl + .informationSect__heading {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .informationSect__ttl + .informationSect__heading {
    margin-top: 30px;
  }
}

.informationSect__att {
  line-height: 1.8;
  border: 1px solid #000000;
  letter-spacing: .08em;
}

.informationSect__att:before {
  content: '';
  margin-top: calc((1 - 1.8) * .5em);
}

.informationSect__att:after {
  margin-bottom: calc((1 - 1.8) * .5em);
}

.informationSect__att:before, .informationSect__att:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .informationSect__att {
    font-size: 16px;
    margin: 60px auto 0;
    padding: 20px 0;
  }
}

@media screen and (max-width: 768px) {
  .informationSect__att {
    font-size: calc(14 / 390 * 100vw);
    margin: calc(50 / 390 * 100vw) auto 0;
    max-width: calc(100% - 30px);
    padding: calc(20 / 390 * 100vw) 0;
  }
}

@media screen and (min-width: 768px) {
  .informationSect__att + * {
    margin-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .informationSect__att + * {
    margin-top: calc(50 / 390 * 100vw);
  }
}

.informationSect__att .caption {
  display: inline-block;
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .informationSect__att .caption {
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .informationSect__att .caption {
    margin-top: calc(10 / 390 * 100vw);
  }
}

.informationSect__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  .informationSect__inner {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 40px;
    margin-top: 48px;
  }
}

@media screen and (max-width: 768px) {
  .informationSect__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(40 / 390 * 100vw);
    margin-top: calc(90 / 750 * 100vw);
  }
}

.informationSect__item .generalBtn {
  margin-inline: auto;
}

.informationSect__txt {
  letter-spacing: .08em;
}

@media screen and (min-width: 768px) {
  .informationSect__txt {
    font-size: 16px;
    line-height: 1.8;
  }
}

@media screen and (max-width: 768px) {
  .informationSect__txt {
    font-size: calc(24 / 750 * 100vw);
    line-height: 2;
  }
}

@media screen and (min-width: 768px) {
  .informationSect__txt--large {
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  .informationSect__txt--large {
    font-size: calc(32 / 390 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .informationSect__txt + .generalBtn {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .informationSect__txt + .generalBtn {
    margin-top: 20px;
  }
}

.informationSect__txt .caption {
  display: inline-block;
  line-height: 2;
}

.informationSect__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

@media screen and (min-width: 768px) {
  .informationSect__btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .informationSect__btn {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: calc(30 / 390 * 100vw);
  }
}

.mainVisual {
  position: relative;
  width: 100%;
  z-index: 3;
}

.mainVisual .photo {
  width: 100%;
}

.mainVisual .photo__image {
  width: 100%;
}

.mainVisual .photo__pic {
  width: 100%;
}

.opening {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  -webkit-transition-delay: 3.6s;
          transition-delay: 3.6s;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  width: 100%;
  z-index: 9999;
}

.opening.is-end {
  z-index: 0;
}

.opening__inner {
  opacity: 0;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

.opening .willroseLogo {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .opening .willroseLogo {
    width: 360px;
  }
}

@media screen and (max-width: 768px) {
  .opening .willroseLogo {
    width: 230px;
  }
}

.opening .loader {
  height: 2px;
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 768px) {
  .opening .loader {
    margin-top: 100px;
    width: 360px;
  }
}

@media screen and (max-width: 768px) {
  .opening .loader {
    margin-top: 75px;
    width: 230px;
  }
}

.opening .loader:before, .opening .loader:after {
  bottom: 0;
  content: '';
  position: absolute;
  width: 100%;
}

.opening .loader:before {
  background-color: #999999;
  height: 2px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
  -webkit-transition-duration: 3s;
          transition-duration: 3s;
  z-index: 2;
}

.opening .loader:after {
  background-color: #cccccc;
  height: 1px;
  z-index: 1;
}

.is-firstVisit.is-load .opening {
  opacity: 0;
}

.is-firstVisit.is-load .opening__inner {
  opacity: 1;
}

.is-firstVisit.is-load .opening .loader:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.is-load.is-visited .opening {
  display: none;
}

@media screen and (min-width: 768px) {
  .planInfoArea {
    margin-inline: auto;
    width: 520px;
  }
}

@media screen and (max-width: 768px) {
  .planInfoArea {
    margin-inline: auto;
    width: calc(100% - 40px);
  }
}

@media screen and (min-width: 768px) {
  * + .planInfoArea {
    margin-top: 48px;
  }
}

@media screen and (max-width: 768px) {
  * + .planInfoArea {
    margin-top: calc(48 / 390 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .planInfoArea + .informationSect__txt {
    margin-top: 48px;
  }
}

@media screen and (max-width: 768px) {
  .planInfoArea + .informationSect__txt {
    margin-top: calc(40 / 390 * 100vw);
  }
}

.planInfoArea__label {
  line-height: 1;
  border: solid 1px #000000;
  font-family: "YakuHanMP", "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  margin-inline: auto;
  width: 160px;
}

.planInfoArea__label:before {
  content: '';
  margin-top: calc((1 - 1) * .5em);
}

.planInfoArea__label:after {
  margin-bottom: calc((1 - 1) * .5em);
}

.planInfoArea__label:before, .planInfoArea__label:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .planInfoArea__label {
    font-size: 14px;
    padding: 8px;
  }
}

@media screen and (max-width: 768px) {
  .planInfoArea__label {
    font-size: calc(14 / 390 * 100vw);
    padding: calc(8 / 390 * 100vw);
    width: calc(160 / 390 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .planInfoArea__label + .planInfoArea__item {
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .planInfoArea__label + .planInfoArea__item {
    margin-top: calc(24 / 390 * 100vw);
  }
}

.planInfoArea__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .planInfoArea__item {
    gap: 24px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.planInfoArea__item .inner {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "YakuHanMP", "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: .01em;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .planInfoArea__item .inner {
    gap: 32px;
    padding-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .planInfoArea__item .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: calc(16 / 390 * 100vw);
    padding-top: 20px;
  }
}

.planInfoArea__item .inner .ldk, .planInfoArea__item .inner .length {
  position: relative;
}

.planInfoArea__item .inner .ldk .label, .planInfoArea__item .inner .length .label {
  font-size: 12px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .planInfoArea__item .inner .ldk .label, .planInfoArea__item .inner .length .label {
    bottom: calc(100% + 8px);
  }
}

@media screen and (max-width: 768px) {
  .planInfoArea__item .inner .ldk .label, .planInfoArea__item .inner .length .label {
    bottom: calc(100% + 4px);
  }
}

@media screen and (min-width: 768px) {
  .planInfoArea__item .inner .ldk {
    font-size: 36px;
  }
}

@media screen and (max-width: 768px) {
  .planInfoArea__item .inner .ldk {
    font-size: calc(24 / 390 * 100vw);
  }
}

.planInfoArea__item .inner .length {
  position: relative;
}

@media screen and (max-width: 768px) {
  .planInfoArea__item .inner .length {
    font-size: calc(18 / 390 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .planInfoArea__item .inner .length .num {
    font-size: 36px;
  }
}

@media screen and (max-width: 768px) {
  .planInfoArea__item .inner .length .num {
    font-size: calc(24 / 390 * 100vw);
  }
}

.planInfoArea__item .inner .madori {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .planInfoArea__item .inner .madori {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .planInfoArea__item .inner .madori {
    font-size: calc(18 / 390 * 100vw);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .planInfoArea__item .inner .madori .value {
    font-size: 36px;
  }
}

@media screen and (max-width: 768px) {
  .planInfoArea__item .inner .madori .value {
    font-size: calc(26 / 390 * 100vw);
    letter-spacing: .1em;
  }
}

.planInfoArea__item .inner .madori .value--labeled {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.planInfoArea__item .inner .madori .value--labeled .label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (min-width: 768px) {
  .planInfoArea__item .inner .madori .value--labeled .label {
    font-size: 14px;
    letter-spacing: .1em;
    margin-bottom: 8px;
    padding: 4px 8px;
  }
}

@media screen and (max-width: 768px) {
  .planInfoArea__item .inner .madori .value--labeled .label {
    font-size: calc(12 / 390 * 100vw);
    letter-spacing: .1em;
    margin-bottom: 8px;
    padding: calc(4 / 390 * 100vw) calc(8 / 390 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .planInfoArea__item .inner .madori .value--labeled:first-child .label {
    margin-right: 25px;
  }
}

@media screen and (max-width: 768px) {
  .planInfoArea__item .inner .madori .value--labeled:first-child .label {
    margin-right: calc(25 / 390 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .planInfoArea__item .inner .madori .value--labeled .area {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .planInfoArea__item .inner .madori .value--labeled .area {
    font-size: calc(18 / 390 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .planInfoArea__item .inner .madori .value--labeled .area .num {
    font-size: 36px;
  }
}

@media screen and (max-width: 768px) {
  .planInfoArea__item .inner .madori .value--labeled .area .num {
    font-size: calc(26 / 390 * 100vw);
  }
}

.planInfoArea__item .inner .price {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 768px) {
  .planInfoArea__item .inner .price {
    font-size: 24px;
    min-width: 200px;
  }
}

@media screen and (max-width: 768px) {
  .planInfoArea__item .inner .price {
    font-size: calc(18 / 390 * 100vw);
    min-width: 140px;
  }
}

.planInfoArea__item .inner .price .label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (min-width: 768px) {
  .planInfoArea__item .inner .price .label {
    font-size: 14px;
    letter-spacing: .1em;
    margin-bottom: 8px;
    padding: 4px 8px;
  }
}

@media screen and (max-width: 768px) {
  .planInfoArea__item .inner .price .label {
    font-size: calc(12 / 390 * 100vw);
    letter-spacing: .1em;
    margin-bottom: 8px;
    padding: calc(4 / 390 * 100vw) calc(8 / 390 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .planInfoArea__item .inner .price .value {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (min-width: 768px) {
  .planInfoArea__item .inner .price .value .num {
    font-size: 36px;
  }
}

@media screen and (max-width: 768px) {
  .planInfoArea__item .inner .price .value .num {
    font-size: calc(26 / 390 * 100vw);
    letter-spacing: .1em;
  }
}

.planInfoArea__item + .planInfoArea__item {
  border-top: solid 1px #231815;
}

@media screen and (min-width: 768px) {
  .planInfoArea__item + .planInfoArea__item {
    margin-top: 24px;
    padding-top: 19px;
  }
}

@media screen and (max-width: 768px) {
  .planInfoArea__item + .planInfoArea__item {
    margin-top: 19px;
    padding-top: 19px;
  }
}

.uspArea {
  position: relative;
  z-index: 1;
}

.uspArea__inner {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .uspArea__inner {
    max-width: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media screen and (max-width: 768px) {
  .uspArea__inner {
    padding: 0 20px;
  }
}

.top-usp {
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}

.top-info {
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .top-info {
    margin: 0 auto;
    padding: 20px 0;
  }
}

@media screen and (max-width: 768px) {
  .top-info {
    margin: 0 auto;
  }
}

.top-info .bnrArea {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .top-info .bnrArea {
    padding: 0 0 100px;
  }
}

@media screen and (max-width: 768px) {
  .top-info .bnrArea {
    padding: 0 0 calc(80 / 390 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .top-info .bnrArea__inner {
    max-width: 900px;
  }
}

.top-concept {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .top-concept {
    padding-bottom: calc(250px * var(--windowVhScale));
  }
}

@media screen and (max-width: 768px) {
  .top-concept {
    padding-bottom: calc(220 / 390 * 100vw);
  }
}

.top-perth {
  position: relative;
}

@media screen and (min-width: 768px) {
  .top-perth {
    margin-top: calc(0 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .top-perth {
    margin-top: calc(0 / 390 * 100vw);
  }
}

.lineAnimation {
  pointer-events: none;
  position: absolute;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  .lineAnimation {
    aspect-ratio: 5063/800;
    left: calc(241px * var(--windowVhScale));
    top: calc(-10px * var(--windowVhScale));
    width: calc(5063px * var(--windowVhScale) * 1.014);
  }
}

@media screen and (max-width: 768px) {
  .lineAnimation {
    aspect-ratio: 3121/800;
    left: calc(-197px * var(--windowVhScale));
    top: calc(0px * var(--windowVhScale));
    width: calc(3121px * var(--windowVhScale));
  }
}

.top-usp {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .top-usp {
    padding: 60px 0;
  }
}

@media screen and (max-width: 768px) {
  .top-usp {
    padding: 40px 0 80px;
  }
}

@media screen and (min-width: 768px) {
  .top-guidance {
    padding: 80px 0 48px;
  }
}

@media screen and (max-width: 768px) {
  .top-guidance {
    padding: 120px 0 0;
  }
}

.access,
.position,
.location,
.plan {
  overflow: hidden;
  position: relative;
}

.access:before,
.position:before,
.location:before,
.plan:before {
  aspect-ratio: 1;
  border-radius: 50%;
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  z-index: +1;
}

.access .summary,
.position .summary,
.location .summary,
.plan .summary {
  position: relative;
}

@media screen and (min-width: 768px) {
  .access .summary,
  .position .summary,
  .location .summary,
  .plan .summary {
    background: 50% 0 / cover no-repeat;
  }
}

@media screen and (min-width: 768px) {
  .access .summary .text,
  .position .summary .text,
  .location .summary .text,
  .plan .summary .text {
    aspect-ratio: 1440/1024;
    margin: 0 auto;
    max-width: 1440px;
  }
}

.access .summary .caption,
.position .summary .caption,
.location .summary .caption,
.plan .summary .caption {
  bottom: 0;
  line-height: 1;
  padding: 1em;
  position: absolute;
  right: 0;
}

@media screen and (min-width: 768px) {
  .access .summary .caption,
  .position .summary .caption,
  .location .summary .caption,
  .plan .summary .caption {
    font-size: 10px;
  }
}

@media screen and (max-width: 768px) {
  .access .summary .caption,
  .position .summary .caption,
  .location .summary .caption,
  .plan .summary .caption {
    font-size: calc(100vw * 10 / 390);
  }
}

@media screen and (min-width: 768px) {
  .access .detail .inner,
  .position .detail .inner,
  .location .detail .inner,
  .plan .detail .inner {
    display: grid;
    margin: 0 auto;
    max-width: 1440px;
  }
  .access .detail .inner .image,
  .access .detail .inner .text,
  .access .detail .inner .btn,
  .position .detail .inner .image,
  .position .detail .inner .text,
  .position .detail .inner .btn,
  .location .detail .inner .image,
  .location .detail .inner .text,
  .location .detail .inner .btn,
  .plan .detail .inner .image,
  .plan .detail .inner .text,
  .plan .detail .inner .btn {
    grid-area: 1/1;
  }
}

.access .detail .inner .btn,
.position .detail .inner .btn,
.location .detail .inner .btn,
.plan .detail .inner .btn {
  display: block;
}

@media screen and (min-width: 768px) {
  .access:before {
    background: radial-gradient(transparent 35%, rgba(157, 144, 161, 0.17) 35%);
    left: 17.84722%;
    max-width: 1503px;
    top: 16.17063%;
    width: 104.375%;
  }
}

@media screen and (max-width: 768px) {
  .access:before {
    background: radial-gradient(transparent 43%, rgba(157, 144, 161, 0.17) 43%);
    left: -22.30769vw;
    top: 158.46154vw;
    width: 210.25641vw;
  }
}

@media screen and (min-width: 768px) {
  .access .summary {
    background-image: url("../imgs/pc/img-access01.jpg");
    background-position: 50% 100%;
  }
}

@media screen and (min-width: 768px) {
  .access .summary .text img {
    margin: 8.75% 0 0 10.41667%;
    width: 48.88889%;
  }
}

.access .summary .caption {
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .access .detail .inner {
    aspect-ratio: 1.31387;
  }
  .access .detail .image {
    justify-self: flex-end;
    width: 74.02778%;
  }
  .access .detail .text {
    margin: 18.05556% 0 0 10.41667%;
  }
  .access .detail .text img {
    width: 41.00775%;
  }
  .access .detail .btn {
    margin: 43.19444% 0 0 10.41667%;
    width: 15.06944%;
  }
}

@media screen and (max-width: 768px) {
  .access .detail .image {
    width: 100%;
  }
  .access .detail .text {
    margin: 7.69231vw 0 0 8.20513vw;
    width: 75.38462vw;
  }
  .access .detail .btn {
    margin: 12.82051vw 0 0 8.20513vw;
    width: 41.02564vw;
  }
}

@media screen and (max-width: 768px) {
  .position {
    margin: 21.53846vw 0 0;
  }
}

@media screen and (min-width: 768px) {
  .position:before {
    background: radial-gradient(transparent 34%, rgba(244, 199, 143, 0.17) 34%);
    max-width: 1354px;
    right: 25%;
    top: 27.64151%;
    width: 94.02778%;
  }
}

@media screen and (max-width: 768px) {
  .position:before {
    background: radial-gradient(transparent 43%, rgba(244, 199, 143, 0.17) 43%);
    right: -4.10256vw;
    top: 156.41026vw;
    width: 238.97436vw;
  }
}

@media screen and (min-width: 768px) {
  .position .summary {
    background-image: url("../imgs/pc/img-position01.jpg");
    background-position: 50% 50%;
  }
}

@media screen and (min-width: 768px) {
  .position .summary .text img {
    margin: 17.15278% 0 0 65.27778%;
    width: 26.66667%;
  }
}

.position .summary .caption {
  color: #ffffff;
}

.position .detail {
  position: relative;
  z-index: +1;
}

@media screen and (min-width: 768px) {
  .position .detail .inner {
    aspect-ratio: 1.61798;
  }
  .position .detail .image {
    -ms-flex-item-align: start;
        align-self: flex-start;
    padding: 19.44444% 0 0;
    position: relative;
    width: 63.88889%;
  }
  .position .detail .image img {
    width: 100%;
  }
  .position .detail .image .caption {
    bottom: 0;
    color: #ffffff;
    padding: 1em;
    position: absolute;
    right: 0;
  }
  .position .detail .text {
    padding: 5.55556% 0 0 10.41667%;
  }
  .position .detail .text img {
    width: 46.51163%;
  }
  .position .detail .btn {
    -ms-flex-item-align: end;
        align-self: flex-end;
    justify-self: flex-end;
    margin: 0 4.16667% 27.36111% 0;
    width: 27.77778%;
  }
}

@media screen and (max-width: 768px) {
  .position .detail .text {
    margin: 15.38462vw 0 0 8.20513vw;
    width: calc(300 / 390 * 100vw);
  }
  .position .detail .image {
    margin: 12.82051vw 0 0;
    position: relative;
  }
  .position .detail .image:before {
    aspect-ratio: 1;
    background: url("../imgs/sp/ic-suggest.png") 0 0/contain no-repeat;
    content: '';
    display: block;
    left: 8.20513vw;
    position: absolute;
    top: 0;
    width: 12.82051vw;
  }
  .position .detail .image .holder {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-x: scroll;
    padding: 0 0 0 24.87179vw;
  }
  .position .detail .image .holder img {
    max-width: none;
    width: 173.26363vw;
  }
  .position .detail .image .caption {
    padding: 1em 1em 0;
    text-align: right;
  }
  .position .detail .btn {
    margin: 7.69231vw 0 0 8.20513vw;
    width: 76.92308vw;
  }
}

@media screen and (max-width: 768px) {
  .location {
    margin: 11.79487vw 0 0;
  }
}

@media screen and (min-width: 768px) {
  .location:before {
    background: radial-gradient(transparent 35%, rgba(127, 172, 200, 0.17) 35%);
    left: 25%;
    max-width: 1503px;
    top: 21.44177%;
    width: 104.375%;
  }
}

@media screen and (max-width: 768px) {
  .location:before {
    background: radial-gradient(transparent 43%, rgba(127, 172, 200, 0.17) 43%);
    left: -15.38462vw;
    top: 180vw;
    width: 226.92308vw;
  }
}

@media screen and (min-width: 768px) {
  .location .summary {
    background-image: url("../imgs/pc/img-location01.jpg");
    background-position: 50% 50%;
  }
}

@media screen and (min-width: 768px) {
  .location .summary .text img {
    margin: 8.33333% 0 0 9.72222%;
    width: 76.80556%;
  }
}

.location .summary .caption {
  color: #ffffff;
}

.location .detail {
  position: relative;
  z-index: +1;
}

@media screen and (min-width: 768px) {
  .location .detail .inner {
    aspect-ratio: 1.26316;
  }
  .location .detail .text {
    justify-self: flex-end;
    padding: 5.55556% 0 0;
    width: 65.27778%;
  }
  .location .detail .text img {
    width: 75.21277%;
  }
  .location .detail .image {
    -ms-flex-item-align: start;
        align-self: flex-start;
    justify-self: flex-end;
    padding: 30.27778% 0 0;
    position: relative;
    width: 65.27778%;
  }
  .location .detail .image .caption {
    bottom: 0;
    color: #ffffff;
    padding: 1em;
    position: absolute;
    right: 0;
  }
  .location .detail .btn {
    margin: 48.19444% 0 0 7.63889%;
    width: 19.58333%;
  }
}

@media screen and (max-width: 768px) {
  .location .detail .text {
    margin: 15.38462vw 0 0 8.20513vw;
    width: 91.79487vw;
  }
  .location .detail .image {
    margin: 12.82051vw 0 0 8.20513vw;
    width: 91.79487vw;
  }
  .location .detail .btn {
    margin: 12.82051vw 0 0 8.20513vw;
    width: 52.05128vw;
  }
}

@media screen and (max-width: 768px) {
  .plan {
    margin: 15.89744vw 0 0;
  }
}

@media screen and (min-width: 768px) {
  .plan:before {
    background: radial-gradient(transparent 35%, rgba(209, 197, 217, 0.17) 35%);
    max-width: 1503px;
    right: 8.61111%;
    top: 25.66414%;
    width: 104.375%;
  }
}

@media screen and (max-width: 768px) {
  .plan:before {
    background: radial-gradient(transparent 43%, rgba(209, 197, 217, 0.17) 43%);
    right: -36.92308vw;
    top: 123.58974vw;
    width: 304.10256vw;
  }
}

@media screen and (min-width: 768px) {
  .plan .summary {
    background-image: url("../imgs/pc/img-plan01.jpg");
    background-position: 50% 100%;
  }
}

@media screen and (min-width: 768px) {
  .plan .summary .text img {
    margin: 8.33333% 0 0 9.72222%;
    width: 76.80556%;
  }
}

.plan .summary .caption {
  color: #6e6e6e;
}

.plan .detail {
  position: relative;
  z-index: +1;
}

@media screen and (min-width: 768px) {
  .plan .detail .inner {
    aspect-ratio: 1.32841;
  }
  .plan .detail .text {
    margin: 9.375% 0 0 10.41667%;
    width: 27.36111%;
  }
  .plan .detail .image {
    -ms-flex-item-align: start;
        align-self: flex-start;
    justify-self: flex-end;
    margin: 5.55556% 13.88889% 0 0;
    width: 36.25%;
  }
  .plan .detail .btn {
    margin: 34.86111% 0 0 10.41667%;
    width: 12.08333%;
  }
}

@media screen and (max-width: 768px) {
  .plan .detail .text {
    margin: 15.38462vw 0 0 8.20513vw;
    width: 83.84615vw;
  }
  .plan .detail .image {
    margin: 15.38462vw 0 0 8.20513vw;
    width: 83.58974vw;
  }
  .plan .detail .btn {
    margin: 15.38462vw 0 0 8.20513vw;
    width: 33.58974vw;
  }
}
