.planBack {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #c8bb9b;
  color: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Barlow Condensed", serif;
  font-size: 24px;
  letter-spacing: .3em;
  margin: 80px auto 0;
  -webkit-transition: all .4s;
  transition: all .4s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.planBack:hover {
  opacity: .7;
  -webkit-transition: all .4s;
  transition: all .4s;
}

@media screen and (min-width: 768px) {
  .planBack {
    gap: 24px;
  }
}

@media screen and (max-width: 768px) {
  .planBack {
    gap: 16px;
  }
}

.planBack__arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (min-width: 768px) {
  .planBack__arrow {
    width: 48px;
  }
}

@media screen and (max-width: 768px) {
  .planBack__arrow {
    width: 32px;
  }
}

@media screen and (min-width: 768px) {
  .wrapDetail {
    margin: 240px auto 120px;
    width: 1200px;
  }
}

@media only screen and (max-width: 1200px) {
  .wrapDetail {
    padding: 0 20px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .wrapDetail {
    margin: 104px auto;
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .planList {
    margin: 120px auto 160px;
  }
}

@media screen and (max-width: 768px) {
  .planList {
    margin: 104px auto;
  }
}

@media screen and (min-width: 768px) {
  .planList .planListTab__head {
    margin-top: 120px;
  }
}

@media screen and (max-width: 768px) {
  .planList .planListTab__head {
    margin-top: 80px;
  }
}

.planList .planListTab__cont .tabCont__title {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .planList .planListTab__cont .tabCont__title {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .planList .planListTab__cont .tabCont__title {
    margin-top: 64px;
  }
}

.planList .planListTab__cont .tabCont__title .jp {
  display: inline-block;
  font-family: "YakuHanMP", "Shippori Mincho B1", serif;
  font-size: 24px;
  letter-spacing: .15em;
  line-height: 1;
  padding-bottom: 8px;
  position: relative;
  z-index: 1;
}

.planList .planListTab__cont .tabCont__title .jp:after {
  background-color: currentColor;
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transition: .3s;
  transition: .3s;
  width: 100%;
}

.planList .planListTab__cont .tabCont-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .planList .planListTab__cont .tabCont-lists {
    gap: 24px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 48px auto 0;
    max-width: 894px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .planList .planListTab__cont .tabCont-lists {
    gap: 16px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 40px;
  }
}

.tabCont-list {
  background-color: #e5e1d4;
  border-top: 2px solid #b2a68c;
  color: #504e4a;
  cursor: pointer;
  display: block;
  font-family: "Cinzel", serif;
  text-align: center;
  position: relative;
  -webkit-transition: all .8s;
  transition: all .8s;
}

.tabCont-list:hover {
  opacity: .8;
  -webkit-transition: all .8s;
  transition: all .8s;
}

@media screen and (min-width: 768px) {
  .tabCont-list {
    padding: 40px 12px 24px;
    width: 282px;
  }
}

@media screen and (max-width: 768px) {
  .tabCont-list {
    padding: 24px 12px 16px;
    width: calc(50% - 8px);
  }
}

@media screen and (min-width: 768px) {
  .tabCont-list:has(.tabCont-list__labelWrap > .tabCont-list__label:nth-child(2)) {
    padding: 60px 12px 24px;
  }
}

@media screen and (max-width: 768px) {
  .tabCont-list:has(.tabCont-list__labelWrap > .tabCont-list__label:nth-child(2)) {
    padding: 44px 12px 16px;
  }
}

.tabCont-list__labelWrap {
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
}

.tabCont-list__label {
  background: linear-gradient(92deg, #5F5744 0%, #A68A4D 50%, #5F5744 100%);
  color: #fff;
  text-align: center;
  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;
}

@media screen and (min-width: 768px) {
  .tabCont-list__label {
    height: 24px;
    padding: 8px 0 6px;
  }
}

@media screen and (max-width: 768px) {
  .tabCont-list__label {
    height: 20px;
    padding: 6px 0 3px;
  }
}

.tabCont-list__label .inner {
  line-height: 1.8;
}

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

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

.tabCont-list__label .inner:before, .tabCont-list__label .inner:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .tabCont-list__label .inner {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .tabCont-list__label .inner {
    font-size: 12px;
  }
}

.tabCont-list__label--new {
  background: #b2a68c;
}

.tabCont-list__title {
  line-height: 1;
  text-wrap: nowrap;
}

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

@media screen and (max-width: 768px) {
  .tabCont-list__title {
    font-size: 12px;
    letter-spacing: -1px;
  }
}

.tabCont-list__title .type {
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .tabCont-list__title .type {
    font-size: 32px;
    margin-right: 4px;
  }
}

@media screen and (max-width: 768px) {
  .tabCont-list__title .type {
    font-size: 24px;
    margin-right: 2px;
  }
}

.tabCont-list__detail {
  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) {
  .tabCont-list__detail {
    margin-top: 32px;
  }
}

@media screen and (max-width: 768px) {
  .tabCont-list__detail {
    margin-top: 24px;
  }
}

.tabCont-list__detail .detail-top {
  border-bottom: 1px solid #c8bb9b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .tabCont-list__detail .detail-top {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    justify-items: center;
    margin-bottom: 16px;
    padding: 0 8px 16px;
  }
}

@media screen and (max-width: 768px) {
  .tabCont-list__detail .detail-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 12px;
    padding: 0 8px 12px;
    height: 77px;
  }
}

@media screen and (min-width: 768px) {
  .tabCont-list__detail .detail-top .num {
    font-size: 40px;
    margin-right: 4px;
  }
}

@media screen and (max-width: 768px) {
  .tabCont-list__detail .detail-top .num {
    font-size: 32px;
    margin-right: 2px;
  }
}

@media screen and (min-width: 768px) {
  .tabCont-list__detail .detail-top .ldk {
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  .tabCont-list__detail .detail-top .ldk {
    font-size: 24px;
  }
}

.tabCont-list__detail .detail-area {
  font-family: "YakuHanMP", "Shippori Mincho B1", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 13px;
  line-height: 1;
}

.tabCont-list__detail .detail-area .num {
  font-family: "Cinzel", serif;
}

@media screen and (min-width: 768px) {
  .tabCont-list__detail .detail-area .num {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .tabCont-list__detail .detail-area .num {
    font-size: 15px;
  }
}

@media screen and (min-width: 768px) {
  .tabCont-list__detail .detail-area .int {
    font-size: 40px;
  }
}

@media screen and (max-width: 768px) {
  .tabCont-list__detail .detail-area .int {
    font-size: 32px;
  }
}

.tabCont-list__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  margin-top: 32px;
}

@media screen and (max-width: 768px) {
  .tabCont-list__name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 16px;
  }
}

.tabCont-list__name .name-content {
  background-color: #b2a68c;
  color: #ffffff;
  line-height: 1;
  padding: 6px 0;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .tabCont-list__name .name-content {
    font-size: 10px;
    padding: 6px 0;
  }
}

.tabCont-list__link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (min-width: 768px) {
  .tabCont-list__link {
    margin: 32px auto 0;
  }
}

@media screen and (max-width: 768px) {
  .tabCont-list__link {
    margin: 16px auto 0;
  }
}

.tabCont-list__link .plan-linkBtn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #b2a68c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Barlow Condensed", serif;
  font-size: 16px;
  font-weight: 300;
  gap: 8px;
  letter-spacing: .3em;
  letter-spacing: 3.2px;
}

.tabCont-list__link .plan-linkBtn__arrow {
  width: 24px;
}

.viewArea__head {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .viewArea__head {
    width: 1200px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .viewArea__head {
    padding: 0 20px;
    width: 100%;
  }
}

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

.viewArea__head .symbolTtl + .viewBtnList {
  margin-top: 48px;
}

@media screen and (min-width: 768px) {
  .viewArea__ttl {
    font-size: 16px;
    letter-spacing: .3em;
    line-height: 1;
    text-orientation: upright;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}

@media screen and (max-width: 768px) {
  .viewArea__ttl {
    font-size: 16px;
    letter-spacing: .05em;
    line-height: 1.8;
  }
  .viewArea__ttl:before {
    content: '';
    margin-top: calc((1 - 1.8) * .5em);
  }
  .viewArea__ttl:after {
    margin-bottom: calc((1 - 1.8) * .5em);
  }
  .viewArea__ttl:before, .viewArea__ttl:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.viewArea__mask {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: -webkit-grab;
  cursor: grab;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.viewArea__mask.is-hidden {
  opacity: 0;
  -webkit-transition: opacity .5s ease-in-out, visibility .5s ease-in-out;
  transition: opacity .5s ease-in-out, visibility .5s ease-in-out;
  visibility: hidden;
}

.viewArea__guide {
  background-color: rgba(51, 51, 51, 0.9);
  border-radius: 10px;
  color: #ffffff;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .viewArea__guide {
    padding: 40px 64px;
  }
}

@media screen and (max-width: 768px) {
  .viewArea__guide {
    padding: 24px 48px;
  }
}

.viewArea__guide .rotateSVG {
  display: inline-block;
  height: auto;
}

@media screen and (min-width: 768px) {
  .viewArea__guide .rotateSVG {
    width: 46px;
  }
}

@media screen and (max-width: 768px) {
  .viewArea__guide .rotateSVG {
    width: 32px;
  }
}

.viewArea__txt {
  letter-spacing: .05em;
  white-space: nowrap;
  line-height: 1.8;
}

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

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

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

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

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

.rotateSVG + .viewArea__txt {
  margin-top: 24px;
}

.viewArea__cont {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

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

@media screen and (max-width: 768px) {
  .viewArea__cont {
    height: 320px;
  }
}

.viewArea__cont #panoramaContainer {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .viewArea__cont #panoramaContainer {
    height: 700px;
  }
}

@media screen and (max-width: 768px) {
  .viewArea__cont #panoramaContainer {
    height: 320px;
  }
}

.viewArea__head + .viewArea__cont {
  margin-top: 40px;
}

.viewArea__head + .viewArea__cont {
  margin-top: 40px;
}

.viewArea__cap {
  margin-top: 5px;
  padding: 0 10px;
  text-align: right;
}

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

.viewBtn {
  background-color: #b2a68c;
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.6);
  color: #050505;
  overflow: hidden;
  position: relative;
  -webkit-transition: background-color .8s ease-out, color .8s ease-out;
  transition: background-color .8s ease-out, color .8s ease-out;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .viewBtn {
    min-width: 280px;
    padding: 16px 40px;
  }
}

@media screen and (max-width: 768px) {
  .viewBtn {
    padding: 12px 40px;
    width: 100%;
  }
}

.viewBtn.is-active {
  background-color: #fcf4e3;
  color: #504e4a;
  pointer-events: none;
}

.viewBtn__inner {
  letter-spacing: .05em;
  line-height: 2;
}

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

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

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

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

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

@media screen and (min-width: 768px) {
  .viewBtn:hover {
    background-color: #fcf4e3;
    color: #504e4a;
  }
}

@media (hover: hover) and (pointer: fine) {
  .viewBtn:hover {
    background-color: #fcf4e3;
    color: #504e4a;
  }
}

.viewBtnList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

@media screen and (max-width: 768px) {
  .viewBtnList {
    gap: 8px;
  }
}

@media screen and (max-width: 768px) {
  .viewBtnList__item {
    width: calc(50% - 4px);
  }
}

.viewCont {
  display: none;
}

.viewCont.is-active {
  display: block;
}

.planFigTab__cont {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .planFigTab__cont {
    width: 760px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .planFigTab__cont {
    width: 100%;
  }
}

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

@media screen and (max-width: 768px) {
  .planFigTab__head + .planFigTab__cont {
    margin-top: 24px;
  }
}

@media screen and (min-width: 768px) {
  .plan-view {
    margin-top: 120px;
  }
}

@media screen and (max-width: 768px) {
  .plan-view {
    margin-top: 104px;
  }
}

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

@media screen and (min-width: 768px) {
  .plan-detail {
    padding: 240px 0 120px;
  }
}

@media screen and (max-width: 768px) {
  .plan-detail {
    padding: 104px 0;
  }
}
