@media print, screen and (min-width: 768px) {
  .plan-lead {
    padding: 14rem 0 0;
  }
}
@media screen and (max-width: 768px) {
  .plan-lead {
    padding: 8.3rem 0 0;
  }
}
.leadSect__head {
  text-align: center;
}
.leadSect__head .heading {
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
}
@media print, screen and (min-width: 768px) {
  .leadSect__head .heading {
    font-size: 2.6rem;
    letter-spacing: 0.08em;
    line-height: 1.6;
  }
}
@media screen and (max-width: 768px) {
  .leadSect__head .heading {
    font-size: 2.3rem;
    letter-spacing: 0.08em;
    line-height: 1.6;
  }
}
.plan-variation {
  padding: 0;
}
.variationSect__head {
  background: linear-gradient(90deg, #f0f0f0 10%, #fff 50%, #f0f0f0 90%) fixed;
  position: relative;
  text-align: center;
  z-index: 0;
}
@media print, screen and (min-width: 768px) {
  .variationSect__head {
    padding: 10rem 0 9rem;
  }
}
@media screen and (max-width: 768px) {
  .variationSect__head {
    padding: 6.2rem 0 4.2rem;
  }
}
.variationSect__head .enTtl {
  align-items: center;
  color: #999;
  display: flex;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  gap: 1.6rem;
  justify-content: center;
  letter-spacing: 0.45em;
  line-height: 1;
  transition: letter-spacing 1s cubic-bezier(0.22, 0.61, 0.36, 1);
}
@media print, screen and (min-width: 768px) {
  .variationSect__head .enTtl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .variationSect__head .enTtl {
    font-size: 1.6rem;
    gap: 0.8rem;
  }
}
.variationSect__head .enTtl:before, .variationSect__head .enTtl:after {
  align-self: center;
  background: #999;
  content: "";
  flex: 1;
  height: 1px;
  margin: 0;
  transition: clip-path 1.2s cubic-bezier(0.22, 0.61, 0.36, 1) 0.4s;
}
.variationSect__head .enTtl:before {
  clip-path: inset(0 0 0 100%);
}
.variationSect__head .enTtl:after {
  clip-path: inset(0 100% 0 0);
}
.variationSect__head.sai-animate .enTtl {
  letter-spacing: 0.5em;
}
.variationSect__head.sai-animate .enTtl:before, .variationSect__head.sai-animate .enTtl:after {
  clip-path: inset(0);
}
@media (prefers-reduced-motion: reduce) {
  .variationSect__head .enTtl {
    letter-spacing: 0.5em;
    transition: none;
  }
  .variationSect__head .enTtl:before, .variationSect__head .enTtl:after {
    clip-path: none;
    transition: none;
  }
}
.variationSect__cont {
  margin-top: 0;
}
.variationSect .usableList--variation {
  display: grid;
  grid-gap: 0;
  gap: 0;
  grid-template-columns: repeat(2, 1fr);
}
.variationSect .usableList--variation .usableList__item {
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .variationSect .usableList--variation .usableList__item {
    padding: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .variationSect .usableList--variation .usableList__item {
    padding: 1rem 0;
  }
}
@media screen and (max-width: 768px) {
  .variationSect .usableList--variation .usableList__item:nth-child(odd) {
    padding-right: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .variationSect .usableList--variation .usableList__item:nth-child(even) {
    padding-left: 1rem;
  }
}
.variationSect .usableList--variation .usableList__item:nth-child(even) .variationCard__thumb .photo {
  transition-delay: 0.3s;
}
.variationSect .usableList--variation .usableList__item::before {
  background: linear-gradient(90deg, #f0f0f0 10%, #fff 50%, #f0f0f0 90%) fixed;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-mask-composite: xor;
          mask-composite: xor;
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  -webkit-mask-image: linear-gradient(#000, #000), linear-gradient(#000, #000);
          mask-image: linear-gradient(#000, #000), linear-gradient(#000, #000);
  -webkit-mask-repeat: no-repeat, no-repeat;
          mask-repeat: no-repeat, no-repeat;
  position: absolute;
  z-index: -1;
}
@media print, screen and (min-width: 768px) {
  .variationSect .usableList--variation .usableList__item::before {
    -webkit-mask-position: 3.2rem 3.2rem, 0 0;
            mask-position: 3.2rem 3.2rem, 0 0;
    -webkit-mask-size: 11.704rem 11.704rem, 100% 100%;
            mask-size: 11.704rem 11.704rem, 100% 100%;
  }
}
@media screen and (max-width: 768px) {
  .variationSect .usableList--variation .usableList__item::before {
    -webkit-mask-position: 0 1rem, 0 0;
            mask-position: 0 1rem, 0 0;
    -webkit-mask-size: 14.4rem 14.4rem, 100% 100%;
            mask-size: 14.4rem 14.4rem, 100% 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .variationSect .usableList--variation .usableList__item:nth-child(4n+1)::before, .variationSect .usableList--variation .usableList__item:nth-child(4n)::before {
    -webkit-mask-position: 4.796rem 4.796rem, 0 0;
            mask-position: 4.796rem 4.796rem, 0 0;
  }
}
.variationSect .usableList--variation .usableList__item:nth-child(4n+1) .variationCard__thumb .photo, .variationSect .usableList--variation .usableList__item:nth-child(4n) .variationCard__thumb .photo {
  top: 0;
  right: 12%;
  bottom: 12%;
  left: 0;
}
.variationSect .usableList--variation .usableList__item:nth-child(4n+1) .variationCard:not(.sai-animate) .variationCard__thumb .photo, .variationSect .usableList--variation .usableList__item:nth-child(4n) .variationCard:not(.sai-animate) .variationCard__thumb .photo {
  transform: translate(6.818%, 6.818%);
}
@media screen and (max-width: 768px) {
  .variationSect .usableList--variation .usableList__item:nth-child(4n+1) .variationCard:not(.sai-animate) .variationCard__thumb .photo, .variationSect .usableList--variation .usableList__item:nth-child(4n) .variationCard:not(.sai-animate) .variationCard__thumb .photo {
    transform: translate(3.409%, 3.409%);
  }
}
@media screen and (max-width: 768px) {
  .variationSect .usableList--variation .usableList__item:nth-child(even)::before {
    -webkit-mask-position: 1rem 1rem, 0 0;
            mask-position: 1rem 1rem, 0 0;
  }
}
@media screen and (max-width: 768px) {
  .variationSect .usableList--variation .usableList__item:nth-child(4n+1)::before {
    -webkit-mask-position: 2rem 3rem, 0 0;
            mask-position: 2rem 3rem, 0 0;
  }
}
@media screen and (max-width: 768px) {
  .variationSect .usableList--variation .usableList__item:nth-child(4n)::before {
    -webkit-mask-position: 3rem 3rem, 0 0;
            mask-position: 3rem 3rem, 0 0;
  }
}
.variationSect__caption {
  background: linear-gradient(90deg, #f0f0f0 10%, #fff 50%, #f0f0f0 90%) fixed;
  color: #555;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  text-align: right;
  z-index: 0;
}
@media print, screen and (min-width: 768px) {
  .variationSect__caption {
    font-size: 1rem;
    padding-bottom: 0.6rem;
    padding-top: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .variationSect__caption {
    font-size: 0.9rem;
    padding-bottom: 0.4rem;
    padding-top: 1rem;
  }
}
@media print, screen and (min-width: 768px) {
  .variationSect__caption--note {
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .variationSect__caption--note {
    padding-bottom: 1.2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .plan-type {
    padding: 20rem 0 14rem;
  }
}
@media screen and (max-width: 768px) {
  .plan-type {
    padding: 7.3rem 0 8.3rem;
  }
}
.typeSect__head {
  text-align: center;
}
.typeSect__head .heading {
  color: #555;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  .typeSect__head .heading {
    font-size: 2.6rem;
    letter-spacing: 0.08em;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .typeSect__head .heading {
    font-size: 2.6rem;
    letter-spacing: 0.06em;
    line-height: 1.5;
  }
}
.typeSect__head .heading .caption {
  color: #555;
  display: block;
  font-weight: 400;
}
@media print, screen and (min-width: 768px) {
  .typeSect__head .heading .caption {
    font-size: 1.1rem;
    margin-top: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .typeSect__head .heading .caption {
    font-size: 1rem;
    margin-top: 0.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .typeSect__cont {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .typeSect__cont {
    margin-top: 3.3rem;
  }
}
.planCard {
  align-items: stretch;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  border: none;
  color: #231815;
  cursor: pointer;
  display: flex;
  padding: 0;
  text-align: left;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .planCard {
    min-height: 18.8rem;
  }
}
@media screen and (max-width: 768px) {
  .planCard {
    flex-direction: column;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .planCard:hover .planCard__more {
    background: #00aec4;
    border-color: #00aec4;
    color: #fff;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .planCard:hover .planCard__more .arrow {
    color: #fff;
  }
}
@media print and (hover: hover) and (pointer: fine), screen and (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .planCard:hover .planCard__more {
    background: #00aec4;
    border-color: #00aec4;
    color: #fff;
  }
}
@media print and (hover: hover) and (pointer: fine), screen and (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .planCard:hover .planCard__more .arrow {
    color: #fff;
  }
}
.planCard__type {
  align-items: center;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%), #00aec4;
  color: #fff;
  display: flex;
  flex-shrink: 0;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  gap: 0.4em;
  justify-content: center;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .planCard__type {
    font-size: 2rem;
    width: 18.3rem;
  }
}
@media screen and (max-width: 768px) {
  .planCard__type {
    font-size: 1.6rem;
    padding: 1.2rem 0;
    width: 100%;
  }
}
.planCard__type .type {
  font-weight: 300;
}
@media print, screen and (min-width: 768px) {
  .planCard__type .type {
    font-size: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .planCard__type .type {
    font-size: 4.4rem;
  }
}
.planCard__detail {
  border: 3px solid #00aec4;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .planCard__detail {
    padding: 2.2rem 6rem;
  }
}
@media screen and (max-width: 768px) {
  .planCard__detail {
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%) border-box, #00aec4 border-box;
    background-clip: padding-box, border-box, border-box;
    border-color: transparent;
    padding: 1.6rem 4rem;
  }
}
.planCard__spec {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  color: #231815;
  display: block;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  letter-spacing: 0.02em;
  line-height: 0.7;
}
@media print, screen and (min-width: 768px) {
  .planCard__spec {
    font-size: 2.5rem;
    padding-bottom: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .planCard__spec {
    font-size: 2.6rem;
    padding-bottom: 1rem;
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  .planCard__spec .num {
    font-size: 3.7rem;
  }
}
@media screen and (max-width: 768px) {
  .planCard__spec .num {
    font-size: 3.7rem;
  }
}
.planCard__length {
  color: #999;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .planCard__length {
    font-size: 1.2rem;
    margin-top: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .planCard__length {
    font-size: 1.3rem;
    margin-top: 1.2rem;
    text-align: center;
  }
}
.planCard__length .int {
  color: #231815;
  font-family: "Lato", "Noto Sans JP", sans-serif;
}
@media print, screen and (min-width: 768px) {
  .planCard__length .int {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .planCard__length .int {
    font-size: 3.2rem;
  }
}
.planCard__length .dec {
  color: #231815;
  font-family: "Lato", "Noto Sans JP", sans-serif;
}
@media print, screen and (min-width: 768px) {
  .planCard__length .dec {
    font-size: 1.92rem;
  }
}
@media screen and (max-width: 768px) {
  .planCard__length .dec {
    font-size: 1.9rem;
  }
}
.planCard__length .meter {
  color: #231815;
  font-family: "Lato", "Noto Sans JP", sans-serif;
}
@media print, screen and (min-width: 768px) {
  .planCard__length .meter {
    font-size: 1.28rem;
  }
}
@media screen and (max-width: 768px) {
  .planCard__length .meter {
    font-size: 1.3rem;
  }
}
.planCard__length .tsubo {
  display: none;
}
.planCard__lengthNote {
  color: #8a8a8a;
  display: block;
  margin-top: 0.4rem;
  text-align: right;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .planCard__lengthNote {
    font-size: 1rem;
    left: 0;
    position: absolute;
    top: 100%;
  }
}
@media screen and (max-width: 768px) {
  .planCard__lengthNote {
    font-size: 0.9rem;
  }
}
.planCard__more {
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: flex;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  gap: 1.3em;
  justify-content: center;
  letter-spacing: 0.2em;
  line-height: 1;
  transition: background 0.4s ease, border-color 0.4s ease, color 0.4s ease;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .planCard__more {
    font-size: 1.2rem;
    margin-top: 2.4rem;
    padding: 0.8rem 0;
  }
}
@media screen and (max-width: 768px) {
  .planCard__more {
    font-size: 1.2rem;
    margin-top: 2.1rem;
    padding: 0.8rem 0;
  }
}
.planCard__more .arrow {
  color: #00aec4;
}
@media print, screen and (min-width: 768px) {
  .planCard__more .arrow {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .planCard__more .arrow {
    font-size: 0.9rem;
  }
}
.planList__cont {
  display: grid;
}
@media print, screen and (min-width: 768px) {
  .planList__cont {
    gap: 4rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .planList__cont {
    grid-template-columns: 1fr;
    row-gap: 2.1rem;
  }
}
.planList__item {
  width: 100%;
}
.js-planModalCont .generalModal__bg {
  background: rgba(255, 255, 255, 0.9);
}
@media print, screen and (min-width: 768px) {
  .js-planModalCont .generalModal__cont {
    width: 100rem;
  }
}
.js-planModalCont .generalModal__inner {
  border: 0.8rem solid #00aec4;
}
.js-planModalCont .generalModal__close:before, .js-planModalCont .generalModal__close:after {
  background-color: #231815;
}
@media print, screen and (min-width: 768px) {
  .variationCard {
    align-items: flex-start;
    display: flex;
    gap: 4rem;
  }
}
.variationCard__thumb {
  flex-shrink: 0;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .variationCard__thumb {
    height: 13.3rem;
    width: 13.3rem;
  }
}
@media screen and (max-width: 768px) {
  .variationCard__thumb {
    aspect-ratio: 1;
    width: 100%;
  }
}
.variationCard__thumb .photo {
  filter: blur(0) brightness(1);
  top: 12%;
  right: 0;
  bottom: 0;
  left: 12%;
  opacity: 1;
  overflow: hidden;
  position: absolute;
  transition: transform 1.2s cubic-bezier(0.22, 0.61, 0.36, 1), filter 1.2s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 1.2s cubic-bezier(0.22, 0.61, 0.36, 1);
  z-index: 1;
}
.variationCard__thumb .photo__pic,
.variationCard__thumb .photo__image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.variationCard:not(.sai-animate) .variationCard__thumb .photo {
  filter: blur(6px) brightness(1.25);
  opacity: 0.6;
  transform: translate(-6.818%, -6.818%);
}
@media screen and (max-width: 768px) {
  .variationCard:not(.sai-animate) .variationCard__thumb .photo {
    transform: translate(-3.409%, -3.409%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .variationCard__thumb .photo {
    transition: none;
  }
}
@media print, screen and (min-width: 768px) {
  .variationCard__txtArea {
    flex: 1;
  }
}
@media screen and (max-width: 768px) {
  .variationCard__txtArea {
    margin-top: 2rem;
  }
}
.variationCard__head {
  border-bottom: 1px solid rgba(35, 24, 21, 0.3);
}
@media print, screen and (min-width: 768px) {
  .variationCard__head {
    padding-bottom: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .variationCard__head {
    padding-bottom: 1.2rem;
  }
}
.variationCard__ttl {
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
}
@media print, screen and (min-width: 768px) {
  .variationCard__ttl {
    font-size: 1.8rem;
    letter-spacing: 0.06em;
    line-height: 1.4;
  }
}
@media screen and (max-width: 768px) {
  .variationCard__ttl {
    font-size: 1.5rem;
    letter-spacing: 0.04em;
    line-height: 1.45;
  }
}
.variationCard__en {
  color: #00aec4;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  letter-spacing: 0.12em;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .variationCard__en {
    font-size: 1.3rem;
    margin-top: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .variationCard__en {
    font-size: 1rem;
    margin-top: 0.9rem;
  }
}
.variationCard__txt {
  color: #555;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media print, screen and (min-width: 768px) {
  .variationCard__txt {
    font-size: 1.4rem;
    letter-spacing: 0.04em;
    line-height: 1.75;
    margin-top: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .variationCard__txt {
    font-size: 1.2rem;
    letter-spacing: 0.02em;
    line-height: 1.7;
    margin-top: 1.2rem;
  }
}
.variationCard__note {
  color: #555;
  font-family: "Noto Sans JP", sans-serif;
}
@media print, screen and (min-width: 768px) {
  .variationCard__note {
    font-size: 1.2rem;
    line-height: 1;
    margin-top: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .variationCard__note {
    font-size: 1rem;
    line-height: 1.4;
    margin-top: 1rem;
  }
}
.currentPage--plan {
  background: transparent;
}
.prismBg {
  background-image: url("../../common/imgs/bg-movie-poster.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.5;
  pointer-events: none;
  position: fixed;
  width: 100%;
  z-index: -1;
}
.keyVisual--plan .keyVisual__ttl {
  display: none;
}
.keyVisual--plan .keyVisual__bg {
  margin-left: 0;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .keyVisual--plan .keyVisual__bg {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .keyVisual--plan .keyVisual__bg {
    margin-top: 2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .keyVisual--plan .keyVisual__bg .photo,
  .keyVisual--plan .keyVisual__bg .photo__pic {
    height: 37.5vw;
  }
}
@media screen and (max-width: 768px) {
  .keyVisual--plan .keyVisual__bg .photo,
  .keyVisual--plan .keyVisual__bg .photo__pic {
    height: 22rem;
  }
}
.keyVisual--plan .keyVisual__bg .photo__image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.plan-kvTtl {
  color: #00aec4;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .plan-kvTtl {
    font-size: 4.8rem;
    padding: 6rem 0;
  }
}
@media screen and (max-width: 768px) {
  .plan-kvTtl {
    font-size: 3.8rem;
    padding: 3.7rem 0;
  }
}
.plan-panel {
  background: linear-gradient(90deg, #f0f0f0 10%, #fff 50%, #f0f0f0 90%);
  position: relative;
  z-index: 0;
}
@media print, screen and (min-width: 768px) {
  .plan-variationBand + .plan-panel {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .plan-variationBand + .plan-panel {
    margin-bottom: 2rem;
  }
}
.plan-variationBand {
  position: relative;
}
.plan-variationBand::before, .plan-variationBand::after {
  background: linear-gradient(90deg, #f0f0f0 10%, #fff 50%, #f0f0f0 90%) fixed;
  bottom: 0;
  content: "";
  position: absolute;
  top: 0;
  z-index: 0;
}
@media print, screen and (min-width: 768px) {
  .plan-variationBand::before, .plan-variationBand::after {
    width: calc(50% - 60rem);
  }
}
@media screen and (max-width: 768px) {
  .plan-variationBand::before, .plan-variationBand::after {
    width: 2.1rem;
  }
}
.plan-variationBand::before {
  left: 0;
}
.plan-variationBand::after {
  right: 0;
}
/*# sourceMappingURL=style.css.map */
