@charset "UTF-8";

.sectionTitle {
  text-align: center;
}

/* kv
---------------------------------------------- */
.kv__title {
  color: rgb(51 51 51 / .8);
}

/* planArea
---------------------------------------------- */
.planArea {
  padding-block: clamp(80px, 3.18rem + 7.77vw, 200px);
}

.planListWrap {
  max-width: 1400px;
  margin-top: 130px;
}

.planList {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px calc(70 / 1400 * 100%);
  flex-wrap: wrap;
}

.planList > li {
  width: calc((100% - 140px) / 3);
}

.planList__link {
  display: block;
  position: relative;
  background-color: #fef6f2;
  border: 1px solid #fbddcd;
  padding: calc(39 / 420 * 100%);
  transition: .4s ease;
  z-index: 0;
}
.planList__link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255 255 255 / .5);
  opacity: 0;
  transition: .4s ease;
  z-index: 1;
}

.planList__link--sold {
  pointer-events: none;
}
.planList__link--sold::after {
  content: '';
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / .75);
  z-index: 1;
}
.soldText {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgb(17 154 151 / .85);
  color: #fff;
  font-size: clamp(28px, 1.58rem + 0.35vw, 32px);
  letter-spacing: 0.05em;
  padding: 0.5em;
  text-align: center;
  white-space: nowrap;
  z-index: 5;
}

.vrTag {
  width: min(calc(100 / 420 * 100%), 100px);
  position: absolute;
  top: -30px;
  right: 2%;
  z-index: 1;
}

.type {
  font-size: clamp(30px, 1.46rem + 0.87vw, 40px);
  line-height: 1;
  text-align: center;
}

.typeName {
  color: var(--color-orange);
}
.typeName .em {
  font-size: 165%;
  line-height: 1;
}

.typeSpec {
  line-height: 1.3;
  margin-top: 0.5em;
}

.typeArea {
  margin-top: 0.3em;
}
.typeArea__title {
  font-size: 14px;
}
.typeArea .unit {
  font-size: 72.5%;
}

.moreBtn {
  width: 100%;
  height: 50px;
  background-color: #fff;
  border: 1px solid #f4aa81;
  color: var(--color-orange);
  font-size: clamp(18px, 0.87rem + 0.52vw, 24px);
  margin-top: 25px;
}

.planList__link--coming {
  pointer-events: none;
}
.planList__link--coming::before {
  background-color: #b2b2b2;
  opacity: .9;
}
.planList__link--coming::after {
  content: 'Coming Soon...';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: #fff;
  font-family: "Roboto", serif;
  font-size: clamp(18px, 0.87rem + 0.52vw, 24px);
  text-align: center;
  text-transform: uppercase;
  z-index: 3;
}

/* bnrArea */
.bnrArea {
  max-width: 1000px;
  margin-top: 150px;
}
.bnr__link {
  display: block;
}

@media (hover: hover) and (pointer: fine) {
  .planList__link:hover::before {
    opacity: 1;
  }
}

@media screen and (max-width: 1024px) {
  .planListWrap {
    max-width: 800px;
  }

  .planList > li {
    width: calc((100% - 60px) / 2);
  }
}

@media screen and (max-width: 768px) {
  .planListWrap {
    max-width: 400px;
    margin-top: 40px;
  }

  .planList {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }

  .planList > li {
    width: 100%;
  }

  .vrTag {
    top: -20px;
  }

  .moreBtn {
    height: 40px;
    margin-top: 20px;
  }

  /* bnrArea */
  .bnrArea {
    max-width: 400px;
    margin-top: 50px;
  }
}

/* actionPrice
---------------------------------------------- */
.actionPrice {
	background-color: #119A97;
  margin-top: 100px;
	padding-block: 55px;
}

.actionPrice__inner {
	gap: 20px calc(120 / 1200 * 100%);
	max-width: 1500px;
	position: relative;
	z-index: 0;
}
.actionPrice__inner + .actionPrice__inner {
	margin-top: 40px;
}
.actionPrice__inner:not(.actionPrice__inner--single)::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(40deg);
	width: 1px;
	height: 80px;
	background-color: #fff;
	z-index: 0;
}

.actionPrice__item {
	color: #fff;
	/* color: #fff471; */
	font-size: clamp(17px, 0.6rem + 0.96vw, 28px);
	letter-spacing: 0.05em;
	line-height: 1.5;
}
.actionPrice__item .em {
	/* color: #fff471; */
	font-size: 125%;
	line-height: 1;
	margin-right: 0.5em;
}
.actionPrice__item .num {
	color: #fff471;
	font-size: 200%;
	letter-spacing: 0.04em;
	line-height: 1;
}
.actionPrice__item .em .num {
	color: #fff;
	font-size: 125%;
}
.actionPrice__item .num .comma {
	font-size: 75%;
}
.actionPrice__item .small {
	font-size: 65%;
	letter-spacing: 0.05em;
	margin-left: 0.5em;
}

@media screen and (min-width: 961px) and (max-width: 1200px) {
	.actionPrice__item .small {
		display: block;
		text-align: right;
	}
}

@media screen and (max-width: 960px) {
	.actionPrice {
    margin-top: 50px;
		padding-block: 30px;
	}

	.actionPrice__inner {
		flex-direction: column;
		align-items: center;
		width: calc(340 / 375 * 100%);
	}
	.actionPrice__inner + .actionPrice__inner {
		margin-top: 30px;
	}
	.actionPrice__inner:not(.actionPrice__inner--single)::before {
		content: none;
	}

	.actionPrice__item {
		width: min(100%, 560px);
		margin-inline: auto;
		text-align: center;
	}
	.actionPrice__item + .actionPrice__item {
		border-top: 1px solid rgb(255 255 255 / .5);
		padding-top: 20px;
	}
	.actionPrice__item .em {
		font-size: 125%;
	}
	.actionPrice__item .num {
		font-size: 200%;
	}
	.actionPrice__item .small {
		font-size: 10px;
	}
}

/* pickup
---------------------------------------------- */
.pickup {
  padding-block: clamp(80px, 3.18rem + 7.77vw, 200px);
}

.anchorListBox {
  max-width: 1400px;
  margin-top: 150px;
}

.anchorList {
  display: flex;
  justify-content: center;
  gap: 5px calc(10 / 1400 * 100%);
}
.anchorList > li {
  width: calc((100% - 20px) / 3);
}
.anchorList__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #e7f6fd;
  font-size: clamp(16px, 0.5rem + 1.04vw, 28px);
  line-height: 1.4;
  padding: 1.8em 1em;
  text-align: center;
  transition: .4s;
}
.anchorList__btn.active {
  background-color: var(--color-orange85);
  color: #fff;
  font-weight: 600;
}

.pickupSection {
  padding-top: 100px;
}

.pickupSection__copy {
  text-align: center;
}
.pickupSection__copy .line {
  position: relative;
  z-index: 0;
}
.pickupSection__copy .line::before,
.pickupSection__copy .line::after {
  content: '';
  position: absolute;
  bottom: 0em;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  opacity: .5;
  z-index: 0;
}
.pickupSection__copy .line::after {
  bottom: -.15em;
}

.pickupSection__copy .line01::before,
.pickupSection__copy .line01::after {
  background-color: #2cb5a9;
}
.pickupSection__copy .line02::before,
.pickupSection__copy .line02::after {
  background-color: #36bdef;
}

/* comfort */
.comfortBox {
  max-width: 1400px;
  margin-top: 100px;
}

.comfortMap {
  width: calc(540 / 1400 * 100%);
}

.comfortBoxBody {
  width: calc(780 / 1400 * 100%);
}

.comfortBoxItem {
  position: relative;
  background-color: #fff;
  border: 2px solid rgb(44 181 169 / .5);
  padding: 8px;
  /* z-index: 0; */
}

.comfortBoxItem02 {
  border-color: rgb(54 189 239 / .5);
  margin-top: calc(20 / 780 * 100%);
}

.comfortBoxItem__inner {
  display: flex;
}
.comfortBoxItem02 .comfortBoxItem__inner {
  flex-direction: row-reverse;
}

.comfortBoxItem__img {
  width: calc(400 / 760 * 100%);
}
.comfortBoxItem__img img {
  height: 100%;
  object-fit: cover;
}

.comfortBoxItem__body {
  display: grid;
  place-content: center;
  flex: 1;
  position: relative;
  background-color: rgb(44 181 169 / .5);
  padding: .5em;
  z-index: 0;
}
.comfortBoxItem02 .comfortBoxItem__body {
  background-color: rgb(54 189 239 / .5);
}

.comfortBoxItem__text {
  font-size: clamp(14px, 0.62rem + 0.52vw, 20px);
  line-height: 1.6;
  text-align: center;
}

.comfortBoxItem .line {
  position: absolute;
  z-index: 0;
}
.comfortBoxItem01 .line {
  bottom: 24%;
  right: 100%;
  width: calc(505 / 780 * 100%);
  height: 2px;
  background-color: rgb(44 181 169 / .5);
}
.comfortBoxItem02 .line {
  bottom: 24%;
  right: 100%;
  width: calc(175 / 780 * 100%);
  height: 2px;
  background-color: rgb(54 189 239 / .5);
}

/* feature */
.featureBox {
  max-width: 1400px;
  margin-top: 100px;
}

.featureMap {
  width: calc(600 / 1400 * 100%);
}

.featureBoxBody {
  width: calc(711 / 1400 * 100%);
}

.featureBoxLine {
  position: relative;
  width: calc(11 / 711 * 100%);
  border: 2px solid #9adef7;
  border-right: none;
}
.featureBoxLine::before {
  content: '';
  position: absolute;
  top: 54%;
  right: 100%;
  width: min(29vw, 430px);
  height: 2px;
  background-color: #9adef7;
  z-index: 0;
}

.featureBoxList {
  width: calc(670 / 711 * 100%);
}

.featureBoxItem {
  position: relative;
  z-index: 0;
}
.featureBoxItem + .featureBoxItem {
  margin-top: calc(30 / 670 * 100%);
}

.featureBoxItem__inner {
  display: flex;
}

.featureBoxItem__img {
  width: calc(254 / 670 * 100%);
}
.featureBoxItem__img img {
  height: 100%;
  object-fit: cover;
}

.featureBoxItem__body {
  display: grid;
  place-content: center;
  flex: 1;
  position: relative;
  padding: calc(58 / 670 * 100%);
  z-index: 0;
}
.featureBoxItem__body::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background : linear-gradient(135deg, rgba(255, 244, 113, 1) 0%, rgba(116, 216, 255, 1) 50%, rgba(47, 247, 229, 1) 100%);
  opacity: .5;
  z-index: -1;
}

.featureBoxItem__copy {
  font-size: clamp(16px, 0.67rem + 0.7vw, 24px);
  font-weight: 500;
  line-height: 1.4;
  padding-left: 1.3em;
}
.featureBoxItem__copy::before {
  top: 12px;
  width: 10px;
  background-color: #36bdef;
}
.featureBoxItem__text {
  font-size: clamp(12px, 0.62rem + 0.27vw, 14px); /* 769 - 1500 */
  line-height: 2;
  margin-top: 1em;
}

/* bubble */
.bubbleBox01Head {
  width: calc(720 / 1200 * 100%);
}

.bubbleBox01Head__box {
  margin-top: 60px;
}
.bubbleBox01__item {
  width: calc(350 / 720 * 100%);
}
.bubbleBox01__item .text {
  font-size: clamp(16px, 0.83rem + 0.35vw, 20px);
  font-weight: 500;
  line-height: 1.4;
  margin-top: .8em;
  text-align: center;
}

.bubbleBox01Body {
  width: calc(340 / 1200 * 100%);
  padding-top: 1em;
}

.bubbleMerit {
  max-width: 1400px;
  margin-top: 90px;
}

.bubbleMeritList {
  position: relative;
  max-width: 922px;
  margin-inline: auto;
  z-index: 1;
}
.bubbleMeritList > li {
  width: calc((100% - 172px) / 3);
  background-color: #fff;
  border: 2px solid #87d0f4;
  border-radius: 10px;
  padding: 2.6%;
}

.bubbleMeritList__title {
  font-size: clamp(16px, 0.83rem + 0.35vw, 20px);
  line-height: 1.4;
  color: #36bdef;
  text-align: center;
}

.bubbleMeritList__text {
  font-size: 14px;
  line-height: 2;
  margin-top: 1em;
}
.bubbleMeritList__text .line {
  background:linear-gradient(transparent 80%, rgb(234 85 4 / .5) 0%);
}

.bubbleMerit__img {
  margin-top: -90px;
}

.bubbleAbout {
  position: relative;
  max-width: 1400px;
  margin-top: 100px;
  padding: min(calc(100 / 1400 * 100%),100px);
  z-index: 0;
}
.bubbleAbout::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(255, 244, 113, 1) 0%, rgba(116, 216, 255, 1) 50%, rgba(47, 247, 229, 1) 100%);
  opacity: .3;
  z-index: -1;
}

.bubbleAbout__title {
  text-align: center;
}

.bubbleAbout__text {
  margin-top: 1.6em;
  text-align: center;
}

.bubbleAboutList {
  margin-top: 50px;
}
.bubbleAboutList > li {
  width: calc((100% - 120px) / 3);
}

.bubbleAboutList__name {
  font-size: clamp(18px, 1.04rem + 0.17vw, 20px);
  line-height: 1.4;
  margin-top: 1em;
}
.bubbleAboutList__name .small {
  display: block;
  width: fit-content;
  font-size: 70%;
  background-color: #fff;
  margin-top: 8px;
  padding: 1px;
}

.bubbleAboutList__text {
  font-size: 14px;
  line-height: 2;
  margin-top: 0.8em;
}

.bubbleAboutCap {
  max-width: 1400px;
  font-size: 12px;
  line-height: 1.4;
  margin-top: 1em;
  text-align: right;
}

.pickup .sectionCircle {
  bottom: 0;
  right: 0;
  width: calc(1293 / 1920 * 100%);
  z-index: -1;
}

@media (hover: hover) and (pointer: fine) {
  .anchorList__btn:not(.anchorList__btn.active):hover {
    opacity: .6;
  }
}

@media screen and (max-width: 991px) {
  .featureBoxItem__body {
    padding: 5%;
  }
}

@media screen and (max-width: 768px) {
  .anchorListBox {
    max-width: 400px;
    margin-top: 50px;
  }

  .anchorList {
    flex-direction: column;
  }
  .anchorList > li {
    width: 100%;
  }
  .anchorList__btn {
    font-size: 14px;
    padding: 1.2em .5em;
  }

  .pickupSection {
    padding-top: 40px;
  }

  .pickupSection__copy {
    width: 95%;
    font-size: 18px;
  }
  .pickupSection__copy .line::before,
  .pickupSection__copy .line::after {
    height: 1px;
  }

  /* comfort */
  .comfortBox {
    width: calc(300 / 375 * 100%);
    max-width: 400px;
    margin-top: 40px;
  }

  .comfortBox__inner {
    row-gap: 30px;
  }

  .comfortMap {
    width: 100%;
  }

  .comfortBoxBody {
    position: relative;
    width: 100%;
    z-index: 1;
  }

  .comfortBoxItem02 {
    margin-top: calc(20 / 300 * 100%);
  }

  .comfortBoxItem__inner,
  .comfortBoxItem02 .comfortBoxItem__inner {
    flex-direction: column-reverse;
  }

  .comfortBoxItem__img {
    width: 100%;
  }

  .comfortBoxItem__body {
    display: block;
    flex: revert;
    padding: 25px;
  }

  .comfortBoxItem__text {
    font-size: 16px;
  }

  .comfortBoxItem01 .line {
    bottom: 100%;
    right: auto;
    left: 17%;
    width: 2px;
    height: min(26vw, 125px);
  }
  .comfortBoxItem02 .line {
    bottom: 78%;
    right: -5%;
    width: calc(69 / 300 * 100%);
    height: calc(446 / 290 * 100%);
    background-color: transparent;
    border: 2px solid rgb(54 189 239 / .5);
    border-left: none;
    z-index: -1;
  }

  /* feature */
  .featureBox {
    width: calc(300 / 375 * 100%);
    max-width: 400px;
    margin-top: 40px;
  }

  .featureBox__inner {
    row-gap: 20px;
  }

  .featureMap {
    width: calc(260 / 300 * 100%);
    margin-inline: auto;
  }

  .featureBoxBody {
    flex-direction: column;
    row-gap: 20px;
    width: 100%;
  }

  .featureBoxLine {
    width: 100%;
    height: 11px;
    border-right: 2px solid #9adef7;
    border-bottom: none;
  }
  .featureBoxLine::before {
    top: auto;
    right: auto;
    bottom: 100%;
    left: 30%;
    width: 2px;
    height: min(56vw, 280px);
  }

  .featureBoxList {
    width: 100%;
  }

  .featureBoxItem + .featureBoxItem {
    margin-top: 20px;
  }

  .featureBoxItem__inner {
    flex-direction: column;
  }

  .featureBoxItem__img {
    width: 100%;
  }

  .featureBoxItem__body {
    display: block;
    flex: revert;
    padding: 25px;
  }

  .featureBoxItem__copy {
    font-size: 18px;
    padding-left: 1.2em;
  }
  .featureBoxItem__copy::before {
    top: 10px;
    width: 7px;
  }
  .featureBoxItem__text {
    font-size: 14px;
  }

  /* bubble */
  .bubbleBox01 {
    row-gap: 30px;
  }
  .bubbleBox01Head {
    width: 100%;
  }

  .bubbleBox01Head__box {
    margin-top: 30px;
  }
  .bubbleBox01__item {
    width: calc((100% - 4px) / 2);
  }

  .bubbleBox01Body {
    width: calc(200 / 320 * 100%);
    margin-inline: auto;
    padding-top: 0;
  }

  .bubbleMerit {
    max-width: 400px;
    margin-top: 50px;
  }

  .bubbleMeritList {
    row-gap: 20px;
  }
  .bubbleMeritList > li {
    width: 100%;
    padding: 8%;
  }

  .bubbleMeritList__title {
    font-size: 20px;
  }

  .bubbleMeritList__text {
    margin-top: 0.6em;
  }

  .bubbleMerit__img {
    margin-top: 30px;
  }

  .bubbleAbout {
    max-width: 400px;
    margin-top: 50px;
    padding: 30px;
  }

  .bubbleAbout__title {
    font-size: 20px;
  }

  .bubbleAbout__text {
    margin-top: 1em;
    text-align: left;
  }

  .bubbleAboutList {
    row-gap: 30px;
    margin-top: 30px;
  }
  .bubbleAboutList > li {
    width: 100%;
  }

  .bubbleAboutList__name .small {
    font-size: 66.667%;
    margin-top: 8px;
  }

  .bubbleAboutCap {
    max-width: 400px;
    font-size: 11px;
    text-align: left;
  }

  .modal__container {
    width: 100%;
    padding: 0;
  }

  .pickup .sectionCircle {
    width: calc(250 / 375 * 100%);
  }
}