@media screen and (max-width: 768px) {
  .planListSect__head .headingUnit .enTtl {
    font-size: 56px;
  }
}

@media screen and (min-width: 768px) {
  .planListSect__head .headingUnit .heading + .txt {
    max-width: 900px;
  }
}

@media screen and (min-width: 768px) {
  .planListSect__head + .planListSect__cont {
    margin-top: 200px;
  }
}

@media screen and (max-width: 768px) {
  .planListSect__head + .planListSect__cont {
    margin-top: 100px;
  }
}

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

@media screen and (max-width: 768px) {
  .planListSect__bottom .labelTtl + .photo {
    margin-top: 16px;
  }
}

@media screen and (min-width: 768px) {
  .planListSect__bottom {
    margin: 200px auto 0;
    width: 320px;
  }
}

@media screen and (max-width: 768px) {
  .planListSect__bottom {
    margin: 100px auto 0;
    width: 295px;
  }
}

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

.viewKeyVisual__ttl {
  background-color: rgba(255, 255, 255, 0.7);
  font-family: "EB Garamond", serif;
  font-style: italic;
  left: 0;
  letter-spacing: .05em;
  line-height: 1;
  position: absolute;
  z-index: 3;
}

@media screen and (min-width: 768px) {
  .viewKeyVisual__ttl {
    bottom: 20px;
    font-size: 32px;
    padding: 12px 24px 12px 90px;
  }
}

@media screen and (max-width: 768px) {
  .viewKeyVisual__ttl {
    bottom: 0;
    font-size: 18px;
    padding: 8px;
    text-align: center;
    width: 60px;
  }
}

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

.viewKeyVisual__item .panoramaFigure__controller {
  padding: 0;
}

.viewKeyVisual__item .panoramaFigure__direction {
  background-color: rgba(97, 108, 120, 0.5);
  position: relative;
  width: 42px;
  z-index: 1;
}

.viewKeyVisual__item .panoramaFigure__direction:before {
  -webkit-animation: blink 2s infinite;
          animation: blink 2s infinite;
  -webkit-box-shadow: 0 0 20px rgba(255, 255, 255, 0.8), 0 0 40px rgba(255, 255, 255, 0.4);
          box-shadow: 0 0 20px rgba(255, 255, 255, 0.8), 0 0 40px rgba(255, 255, 255, 0.4);
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

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

@media screen and (max-width: 768px) {
  .viewKeyVisual__item .panoramaFigure__direction {
    height: 120px;
  }
}

.viewKeyVisual__item .panoramaFigure__direction .svgIcon {
  height: auto;
  width: 21px;
}

.viewKeyVisual__item .panoramaFigure__direction .svgIcon__path {
  fill: #ffffff;
}

.viewKeyVisual__item .panoramaFigure__direction--next {
  -webkit-animation: arrowAnime01 3s ease infinite;
          animation: arrowAnime01 3s ease infinite;
}

.viewKeyVisual__item .panoramaFigure__direction--back {
  -webkit-animation: arrowAnime02 3s ease infinite;
          animation: arrowAnime02 3s ease infinite;
}

.viewKeyVisual__item .panoramaFigure__direction.is-disable {
  -webkit-animation: none;
          animation: none;
}

@media screen and (min-width: 768px) {
  .viewKeyVisual__item .panoramaFigure[data-mode=''] .panoramaFigure__inner {
    height: calc(400 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .viewKeyVisual__item .panoramaFigure[data-mode=''] .panoramaFigure__inner {
    height: 345px;
  }
}

.viewKeyVisual__item .panoramaFigure--day .panoramaFigure__direction {
  background-color: rgba(97, 108, 120, 0.8);
}

.viewKeyVisual__item:nth-child(2n) .viewKeyVisual__ttl {
  bottom: auto;
}

@media screen and (min-width: 768px) {
  .viewKeyVisual__item:nth-child(2n) .viewKeyVisual__ttl {
    top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .viewKeyVisual__item:nth-child(2n) .viewKeyVisual__ttl {
    top: 0;
  }
}

.viewKeyVisual__guide {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
  bottom: 0;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 3;
}

@media screen and (min-width: 768px) {
  .viewKeyVisual__guide {
    gap: 32px;
    padding: 12px 40px;
  }
}

@media screen and (max-width: 768px) {
  .viewKeyVisual__guide {
    display: none;
    gap: 12px;
    padding: 8px 20px;
  }
}

.viewKeyVisual__guide .dir {
  display: block;
  font-family: "EB Garamond", serif;
  letter-spacing: .05em;
  line-height: 1;
  white-space: nowrap;
}

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

@media screen and (max-width: 768px) {
  .viewKeyVisual__guide .dir {
    font-size: 12px;
  }
}

.viewKeyVisual__guide .arrow {
  display: block;
}

@media screen and (min-width: 768px) {
  .viewKeyVisual__guide .arrow {
    width: 32px;
  }
}

@media screen and (max-width: 768px) {
  .viewKeyVisual__guide .arrow {
    width: 24px;
  }
}

.viewKeyVisual__guide .arrow .arrowSVG {
  display: block;
  height: auto;
  width: 100%;
}

@-webkit-keyframes blink {
  0% {
    background-color: rgba(97, 108, 120, 0.5);
    -webkit-box-shadow: 0 0 20px rgba(255, 255, 255, 0.8), 0 0 40px rgba(255, 255, 255, 0.4);
            box-shadow: 0 0 20px rgba(255, 255, 255, 0.8), 0 0 40px rgba(255, 255, 255, 0.4);
  }
  50% {
    background-color: rgba(97, 108, 120, 0.8);
    -webkit-box-shadow: 0 0 30px white, 0 0 60px rgba(255, 255, 255, 0.6);
            box-shadow: 0 0 30px white, 0 0 60px rgba(255, 255, 255, 0.6);
  }
  100% {
    background-color: rgba(97, 108, 120, 0.5);
    -webkit-box-shadow: 0 0 20px rgba(255, 255, 255, 0.8), 0 0 40px rgba(255, 255, 255, 0.4);
            box-shadow: 0 0 20px rgba(255, 255, 255, 0.8), 0 0 40px rgba(255, 255, 255, 0.4);
  }
}

@keyframes blink {
  0% {
    background-color: rgba(97, 108, 120, 0.5);
    -webkit-box-shadow: 0 0 20px rgba(255, 255, 255, 0.8), 0 0 40px rgba(255, 255, 255, 0.4);
            box-shadow: 0 0 20px rgba(255, 255, 255, 0.8), 0 0 40px rgba(255, 255, 255, 0.4);
  }
  50% {
    background-color: rgba(97, 108, 120, 0.8);
    -webkit-box-shadow: 0 0 30px white, 0 0 60px rgba(255, 255, 255, 0.6);
            box-shadow: 0 0 30px white, 0 0 60px rgba(255, 255, 255, 0.6);
  }
  100% {
    background-color: rgba(97, 108, 120, 0.5);
    -webkit-box-shadow: 0 0 20px rgba(255, 255, 255, 0.8), 0 0 40px rgba(255, 255, 255, 0.4);
            box-shadow: 0 0 20px rgba(255, 255, 255, 0.8), 0 0 40px rgba(255, 255, 255, 0.4);
  }
}

@-webkit-keyframes arrowAnime01 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  40% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(10%, 0);
            transform: translate(10%, 0);
  }
  60% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  70% {
    -webkit-transform: translate(10%, 0);
            transform: translate(10%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes arrowAnime01 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  40% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(10%, 0);
            transform: translate(10%, 0);
  }
  60% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  70% {
    -webkit-transform: translate(10%, 0);
            transform: translate(10%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes arrowAnime02 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  40% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10%, 0);
            transform: translate(-10%, 0);
  }
  60% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  70% {
    -webkit-transform: translate(-10%, 0);
            transform: translate(-10%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes arrowAnime02 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  40% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10%, 0);
            transform: translate(-10%, 0);
  }
  60% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  70% {
    -webkit-transform: translate(-10%, 0);
            transform: translate(-10%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@media screen and (min-width: 768px) {
  .plan-list {
    padding: 140px 0 200px;
  }
}

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

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

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